From 3343bc859aa290763cd7997dafcc0bae055c0557 Mon Sep 17 00:00:00 2001 From: yangyanjun Date: Wed, 2 Nov 2022 11:32:32 +0800 Subject: [PATCH] The kconfig file dynamically enables the NewIP module Signed-off-by: yangyanjun --- net/net_hooks/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/net_hooks/Kconfig b/net/net_hooks/Kconfig index dd37b6bca6a0..3ec144ec06a7 100644 --- a/net/net_hooks/Kconfig +++ b/net/net_hooks/Kconfig @@ -13,9 +13,9 @@ # NewIP as module will cause a CRASH if you try to unload it # net/newip menuconfig NEWIP - bool "The NewIP protocol" + # The sh script is executed in the kernel root directory + def_bool $(success,$(srctree)/scripts/oh-check-dir.sh ../../../../foundation/communication/sfc/newip) depends on INET - default n help Support for NewIP. -- Gitee