From dbd4f3971ba2566b32de1a57aa23c2becc36766c Mon Sep 17 00:00:00 2001 From: yangyanjun Date: Tue, 15 Nov 2022 14:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E6=A0=B8=E4=BB=A3=E7=A0=81=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=88=A4=E7=A9=BA=E8=84=9A=E6=9C=AC=E5=90=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangyanjun --- src/linux/net/newip/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/linux/net/newip/Kconfig b/src/linux/net/newip/Kconfig index 8a14b00..34f8c83 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. -- Gitee