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
058b96da
Unverified
Commit
058b96da
authored
Aug 14, 2025
by
wukongdaily
Committed by
GitHub
Aug 14, 2025
Browse files
Update build24.sh
gl-axt1800去除不兼容的包 安装必备的luci 和翻译包
parent
e8b22141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
mediatek-filogic/build24.sh
mediatek-filogic/build24.sh
+4
-3
No files found.
mediatek-filogic/build24.sh
View file @
058b96da
...
...
@@ -46,7 +46,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
# 定义所需安装的包列表 下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl
luci luci-i18n-base-zh-cn
"
PACKAGES
=
"
$PACKAGES
luci-i18n-firewall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-theme-argon"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
...
...
@@ -64,8 +64,9 @@ PACKAGES="$PACKAGES luci-i18n-dufs-zh-cn"
# 第三方软件包 合并
# ======== shell/custom-packages.sh =======
if
[
"
$PROFILE
"
=
"glinet_gl-axt1800"
]
||
[
"
$PROFILE
"
=
"glinet_gl-ax1800"
]
;
then
# 这2款 暂时不支持第三方插件的集成
# 这2款 暂时不支持第三方插件的集成
snapshot版本太高 opkg换成apk包管理器 6.12内核
echo
"Model:
$PROFILE
not support third-parted packages"
PACKAGES
=
"
$PACKAGES
-luci-i18n-diskman-zh-cn luci-i18n-homeproxy-zh-cn"
else
echo
"Other Model:
$PROFILE
"
PACKAGES
=
"
$PACKAGES
$CUSTOM_PACKAGES
"
...
...
@@ -104,4 +105,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