Skip to content

Commit 375e8f7

Browse files
authored
Update config
change IP address
1 parent f33a912 commit 375e8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/openwrt-main/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ CONFIG_TARGET_PREINIT_TIMEOUT=2
450450
# CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set
451451
# CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG is not set
452452
CONFIG_TARGET_PREINIT_IFNAME=""
453-
CONFIG_TARGET_PREINIT_IP="192.168.1.1"
453+
CONFIG_TARGET_PREINIT_IP="192.168.50.1"
454454
CONFIG_TARGET_PREINIT_NETMASK="255.255.255.0"
455-
CONFIG_TARGET_PREINIT_BROADCAST="192.168.1.255"
455+
CONFIG_TARGET_PREINIT_BROADCAST="192.168.50.255"
456456
# CONFIG_INITOPT is not set
457457
CONFIG_TARGET_INIT_PATH="/usr/sbin:/usr/bin:/sbin:/bin"
458458
CONFIG_TARGET_INIT_ENV=""

0 commit comments

Comments
 (0)