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
e8b22141
Unverified
Commit
e8b22141
authored
Aug 14, 2025
by
wukongdaily
Committed by
GitHub
Aug 14, 2025
Browse files
update info
parent
f7bbc38b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
mediatek-filogic/build24.sh
mediatek-filogic/build24.sh
+7
-9
No files found.
mediatek-filogic/build24.sh
View file @
e8b22141
...
...
@@ -26,13 +26,6 @@ arch aarch64_cortex-a53 15' repositories.conf
# yml 传入的路由器型号 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
"Create pppoe-settings"
mkdir
-p
/home/build/immortalwrt/files/etc/config
...
...
@@ -70,8 +63,13 @@ PACKAGES="$PACKAGES luci-i18n-dufs-zh-cn"
# 第三方软件包 合并
# ======== shell/custom-packages.sh =======
PACKAGES
=
"
$PACKAGES
$CUSTOM_PACKAGES
"
if
[
"
$PROFILE
"
=
"glinet_gl-axt1800"
]
||
[
"
$PROFILE
"
=
"glinet_gl-ax1800"
]
;
then
# 这2款 暂时不支持第三方插件的集成
echo
"Model:
$PROFILE
not support third-parted packages"
else
echo
"Other Model:
$PROFILE
"
PACKAGES
=
"
$PACKAGES
$CUSTOM_PACKAGES
"
fi
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
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