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
8339598e
Unverified
Commit
8339598e
authored
Jul 21, 2025
by
wukongdaily
Committed by
GitHub
Jul 21, 2025
Browse files
增加第三方插件 系统的进阶设置
parent
50017f9d
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
23 additions
and
1 deletion
+23
-1
armsr-armv8/build.sh
armsr-armv8/build.sh
+1
-0
files/etc/uci-defaults/99-custom.sh
files/etc/uci-defaults/99-custom.sh
+6
-1
mediatek-filogic/build-24.sh
mediatek-filogic/build-24.sh
+1
-0
mediatek-filogic/build.sh
mediatek-filogic/build.sh
+1
-0
raspberrypi/23.05.4/build.sh
raspberrypi/23.05.4/build.sh
+1
-0
raspberrypi/24.10/build.sh
raspberrypi/24.10/build.sh
+1
-0
rockchip/23.05.4/build.sh
rockchip/23.05.4/build.sh
+1
-0
rockchip/build.sh
rockchip/build.sh
+1
-0
shell/custom-packages.sh
shell/custom-packages.sh
+6
-0
sunxi-cortexa53/24.10/build.sh
sunxi-cortexa53/24.10/build.sh
+1
-0
sunxi-cortexa53/build.sh
sunxi-cortexa53/build.sh
+1
-0
x86-64/24.10/build.sh
x86-64/24.10/build.sh
+1
-0
x86-64/build.sh
x86-64/build.sh
+1
-0
No files found.
armsr-armv8/build.sh
View file @
8339598e
...
@@ -56,6 +56,7 @@ PACKAGES="$PACKAGES luci-i18n-package-manager-zh-cn"
...
@@ -56,6 +56,7 @@ PACKAGES="$PACKAGES luci-i18n-package-manager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
# 服务——FileBrowser 用户名admin 密码admin
# 服务——FileBrowser 用户名admin 密码admin
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
...
...
files/etc/uci-defaults/99-custom.sh
View file @
8339598e
...
@@ -37,8 +37,13 @@ ifnames=$(echo "$ifnames" | awk '{$1=$1};1')
...
@@ -37,8 +37,13 @@ ifnames=$(echo "$ifnames" | awk '{$1=$1};1')
# 网络设置
# 网络设置
if
[
"
$count
"
-eq
1
]
;
then
if
[
"
$count
"
-eq
1
]
;
then
# 单网口设备 类似于NAS模式 动态获取ip模式 具体ip地址取决于上一级路由器给它分配的ip 也方便后续你使用web页面设置旁路由
# 单网口设备 类似于NAS模式 动态获取ip模式 具体ip地址取决于上一级路由器给它分配的ip 也方便后续你使用web页面设置旁路由
# 单网口设备 不支持修改ip 不要在此处修改ip
# 单网口设备 不支持修改ip 不要在此处修改ip
单网口采用dhcp模式 删除默认的192.168.1.1
uci
set
network.lan.proto
=
'dhcp'
uci
set
network.lan.proto
=
'dhcp'
uci delete network.lan.ipaddr
uci delete network.lan.netmask
uci delete network.lan.gateway
uci delete network.lan.dns
uci commit network
elif
[
"
$count
"
-gt
1
]
;
then
elif
[
"
$count
"
-gt
1
]
;
then
# 提取第一个接口作为WAN
# 提取第一个接口作为WAN
wan_ifname
=
$(
echo
"
$ifnames
"
|
awk
'{print $1}'
)
wan_ifname
=
$(
echo
"
$ifnames
"
|
awk
'{print $1}'
)
...
...
mediatek-filogic/build-24.sh
View file @
8339598e
...
@@ -26,6 +26,7 @@ PACKAGES="$PACKAGES curl"
...
@@ -26,6 +26,7 @@ PACKAGES="$PACKAGES curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
# 服务——FileBrowser 用户名admin 密码admin
# 服务——FileBrowser 用户名admin 密码admin
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
...
mediatek-filogic/build.sh
View file @
8339598e
...
@@ -25,6 +25,7 @@ PACKAGES=""
...
@@ -25,6 +25,7 @@ PACKAGES=""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
...
raspberrypi/23.05.4/build.sh
View file @
8339598e
...
@@ -40,6 +40,7 @@ PACKAGES="$PACKAGES luci-i18n-diskman-zh-cn"
...
@@ -40,6 +40,7 @@ PACKAGES="$PACKAGES luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-opkg-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-opkg-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
...
...
raspberrypi/24.10/build.sh
View file @
8339598e
...
@@ -38,6 +38,7 @@ PACKAGES="$PACKAGES curl"
...
@@ -38,6 +38,7 @@ PACKAGES="$PACKAGES curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
# 服务——FileBrowser 用户名admin 密码admin
# 服务——FileBrowser 用户名admin 密码admin
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
...
rockchip/23.05.4/build.sh
View file @
8339598e
...
@@ -55,6 +55,7 @@ PACKAGES="$PACKAGES luci-i18n-diskman-zh-cn"
...
@@ -55,6 +55,7 @@ PACKAGES="$PACKAGES luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-opkg-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-opkg-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
...
...
rockchip/build.sh
View file @
8339598e
...
@@ -56,6 +56,7 @@ PACKAGES="$PACKAGES openssh-sftp-server"
...
@@ -56,6 +56,7 @@ PACKAGES="$PACKAGES openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-package-manager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-package-manager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-ttyd-zh-cn"
...
...
shell/custom-packages.sh
View file @
8339598e
...
@@ -19,6 +19,12 @@ CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-store"
...
@@ -19,6 +19,12 @@ CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-store"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-partexp-zh-cn"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-partexp-zh-cn"
# 酷猫主题 by sirpdboy
# 酷猫主题 by sirpdboy
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-theme-kucat"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-theme-kucat"
# 进阶设置 by sirpdboy
# 当luci-app-advancedplus插件开启时 需排除冲突项 luci-app-argon-config和luci-i18n-argon-config-zh-cn 减号代表排除
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-advancedplus"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-advancedplus-zh-cn"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES -luci-app-argon-config"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES -luci-i18n-argon-config-zh-cn"
# 网络测速 by sirpdboy
# 网络测速 by sirpdboy
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-netspeedtest"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-netspeedtest"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-netspeedtest-zh-cn"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-netspeedtest-zh-cn"
...
...
sunxi-cortexa53/24.10/build.sh
View file @
8339598e
...
@@ -39,6 +39,7 @@ PACKAGES="$PACKAGES curl"
...
@@ -39,6 +39,7 @@ PACKAGES="$PACKAGES curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
# 服务——FileBrowser 用户名admin 密码admin
# 服务——FileBrowser 用户名admin 密码admin
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-go-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
...
sunxi-cortexa53/build.sh
View file @
8339598e
...
@@ -38,6 +38,7 @@ PACKAGES=""
...
@@ -38,6 +38,7 @@ PACKAGES=""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
...
x86-64/24.10/build.sh
View file @
8339598e
...
@@ -48,6 +48,7 @@ PACKAGES=""
...
@@ -48,6 +48,7 @@ PACKAGES=""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
#24.10
#24.10
...
...
x86-64/build.sh
View file @
8339598e
...
@@ -47,6 +47,7 @@ PACKAGES="$PACKAGES curl"
...
@@ -47,6 +47,7 @@ PACKAGES="$PACKAGES curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filebrowser-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-argon-config-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-opkg-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-opkg-zh-cn"
...
...
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