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
f7bbc38b
Unverified
Commit
f7bbc38b
authored
Aug 14, 2025
by
wukongdaily
Committed by
GitHub
Aug 14, 2025
Browse files
fix bug gl-axt1800 build failed
parent
085bd66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
mediatek-filogic/build24.sh
mediatek-filogic/build24.sh
+8
-3
No files found.
mediatek-filogic/build24.sh
View file @
f7bbc38b
...
@@ -25,6 +25,14 @@ arch aarch64_cortex-a53 15' repositories.conf
...
@@ -25,6 +25,14 @@ arch aarch64_cortex-a53 15' repositories.conf
# yml 传入的路由器型号 PROFILE
# yml 传入的路由器型号 PROFILE
echo
"Building for profile:
$PROFILE
"
echo
"Building for profile:
$PROFILE
"
if
[
"
$PROFILE
"
=
"glinet_gl-axt1800"
]
||
[
"
$PROFILE
"
=
"glinet_gl-ax1800"
]
;
then
# 这2款 暂时不支持第三方插件的集成
rm
shell/custom-packages.sh
else
echo
"Other Model:
$PROFILE
"
fi
echo
"Include Docker:
$INCLUDE_DOCKER
"
echo
"Include Docker:
$INCLUDE_DOCKER
"
echo
"Create pppoe-settings"
echo
"Create pppoe-settings"
mkdir
-p
/home/build/immortalwrt/files/etc/config
mkdir
-p
/home/build/immortalwrt/files/etc/config
...
@@ -59,9 +67,6 @@ PACKAGES="$PACKAGES openssh-sftp-server"
...
@@ -59,9 +67,6 @@ PACKAGES="$PACKAGES openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
luci-i18n-filemanager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-filemanager-zh-cn"
# 静态文件服务器dufs(推荐)
# 静态文件服务器dufs(推荐)
PACKAGES
=
"
$PACKAGES
luci-i18n-dufs-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-dufs-zh-cn"
# 分区扩容 by sirpdboy
PACKAGES
=
"
$PACKAGES
luci-app-partexp"
PACKAGES
=
"
$PACKAGES
luci-i18n-partexp-zh-cn"
# 第三方软件包 合并
# 第三方软件包 合并
# ======== shell/custom-packages.sh =======
# ======== shell/custom-packages.sh =======
...
...
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