diff --git a/src/linux/net/newip/Kconfig b/src/linux/net/newip/Kconfig index 8a14b000cc88b0956a2af2cea4e323a77229db02..34f8c83240e98953bdf7ca9177c7c79c4062cc4c 100644 --- a/src/linux/net/newip/Kconfig +++ b/src/linux/net/newip/Kconfig @@ -3,11 +3,11 @@ # # net/newip/hooks/Kconfig -source "hooks/Kconfig" +source "net/newip/hooks/Kconfig" # net/newip/Kconfig config NEWIP - def_bool $(success,$(srctree)/scripts/oh-check-dir.sh $(srctree)/net/newip) + def_bool $(success,$(srctree)/scripts/ohos-check-dir.sh $(srctree)/net/newip) depends on INET help Support for NewIP.