From ba7f8bbe508959ab91498cb4194a2fdbf758a831 Mon Sep 17 00:00:00 2001 From: liupeng Date: Wed, 23 Mar 2022 13:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9IP=E4=B8=BA192.168.123.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PhicommK3/lede/.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhicommK3/lede/.config b/PhicommK3/lede/.config index fba1499..31ce217 100644 --- a/PhicommK3/lede/.config +++ b/PhicommK3/lede/.config @@ -410,9 +410,9 @@ CONFIG_TARGET_PREINIT_TIMEOUT=2 # CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set # CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set CONFIG_TARGET_PREINIT_IFNAME="" -CONFIG_TARGET_PREINIT_IP="192.168.1.1" +CONFIG_TARGET_PREINIT_IP="192.168.123.1" CONFIG_TARGET_PREINIT_NETMASK="255.255.255.0" -CONFIG_TARGET_PREINIT_BROADCAST="192.168.1.255" +CONFIG_TARGET_PREINIT_BROADCAST="192.168.123.255" # CONFIG_INITOPT is not set CONFIG_TARGET_INIT_PATH="/usr/sbin:/usr/bin:/sbin:/bin" CONFIG_TARGET_INIT_ENV=""