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
376fc601
Unverified
Commit
376fc601
authored
Jul 12, 2025
by
wukongdaily
Committed by
GitHub
Jul 12, 2025
Browse files
Merge pull request #204 from wukongdaily/wukongdaily-patch-1
第三方插件默认注释
parents
958f8d40
a61bab8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
x86-64/24.10/build.sh
x86-64/24.10/build.sh
+15
-15
No files found.
x86-64/24.10/build.sh
View file @
376fc601
...
...
@@ -58,28 +58,28 @@ PACKAGES="$PACKAGES luci-i18n-filemanager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-dufs-zh-cn"
# ============= imm仓库外的第三方插件==============
# ============= 若启用 则打开注释 ================
# istore商店
PACKAGES
=
"
$PACKAGES
luci-app-store"
#
PACKAGES="$PACKAGES luci-app-store"
# 首页和网络向导
PACKAGES
=
"
$PACKAGES
luci-i18n-quickstart-zh-cn"
#
PACKAGES="$PACKAGES luci-i18n-quickstart-zh-cn"
# 去广告adghome
PACKAGES
=
"
$PACKAGES
luci-app-adguardhome"
#
PACKAGES="$PACKAGES luci-app-adguardhome"
# 代理相关
PACKAGES
=
"
$PACKAGES
luci-app-ssr-plus"
PACKAGES
=
"
$PACKAGES
luci-app-passwall2"
PACKAGES
=
"
$PACKAGES
luci-i18n-nikki-zh-cn"
#
PACKAGES="$PACKAGES luci-app-ssr-plus"
#
PACKAGES="$PACKAGES luci-app-passwall2"
#
PACKAGES="$PACKAGES luci-i18n-nikki-zh-cn"
# VPN
PACKAGES
=
"
$PACKAGES
luci-app-tailscale"
PACKAGES
=
"
$PACKAGES
luci-i18n-tailscale-zh-cn"
#
PACKAGES="$PACKAGES luci-app-tailscale"
#
PACKAGES="$PACKAGES luci-i18n-tailscale-zh-cn"
# 分区扩容 by sirpdboy
PACKAGES
=
"
$PACKAGES
luci-app-partexp"
PACKAGES
=
"
$PACKAGES
luci-i18n-partexp-zh-cn"
#
PACKAGES="$PACKAGES luci-app-partexp"
#
PACKAGES="$PACKAGES luci-i18n-partexp-zh-cn"
# 酷猫主题 by sirpdboy
PACKAGES
=
"
$PACKAGES
luci-theme-kucat"
#
PACKAGES="$PACKAGES luci-theme-kucat"
# 网络测速 by sirpdboy
PACKAGES
=
"
$PACKAGES
luci-app-netspeedtest"
PACKAGES
=
"
$PACKAGES
luci-i18n-netspeedtest-zh-cn"
#
PACKAGES="$PACKAGES luci-app-netspeedtest"
#
PACKAGES="$PACKAGES luci-i18n-netspeedtest-zh-cn"
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
...
...
@@ -98,4 +98,4 @@ if [ $? -ne 0 ]; then
exit
1
fi
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Build completed successfully."
\ No newline at end of file
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Build completed successfully."
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