Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
8179d825
Unverified
Commit
8179d825
authored
Aug 14, 2025
by
wukongdaily
Committed by
GitHub
Aug 14, 2025
Browse files
Update 99-custom.sh
解决DHCP 不分配的问题
parent
058b96da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
glinet/99-custom.sh
glinet/99-custom.sh
+2
-1
No files found.
glinet/99-custom.sh
View file @
8179d825
...
...
@@ -17,7 +17,8 @@ else
# 读取pppoe信息(由build.sh写入)
.
"
$SETTINGS_FILE
"
fi
# 设置子网掩码
uci
set
network.lan.netmask
=
'255.255.255.0'
# 设置路由器管理后台地址
IP_VALUE_FILE
=
"/etc/config/custom_router_ip.txt"
if
[
-f
"
$IP_VALUE_FILE
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment