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
a6d687c6
Unverified
Commit
a6d687c6
authored
Jan 07, 2025
by
wukongdaily
Committed by
GitHub
Jan 07, 2025
Browse files
增加几个必备组件 方便用户安装iStore
parent
6e0a99ba
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
44 additions
and
18 deletions
+44
-18
mediatek-filogic/build.sh
mediatek-filogic/build.sh
+5
-2
raspberrypi/23.05.4/build.sh
raspberrypi/23.05.4/build.sh
+4
-2
raspberrypi/24.10/build.sh
raspberrypi/24.10/build.sh
+5
-3
rockchip/23.05.4/build.sh
rockchip/23.05.4/build.sh
+5
-1
rockchip/build.sh
rockchip/build.sh
+5
-1
sunxi-cortexa53/24.10/build.sh
sunxi-cortexa53/24.10/build.sh
+5
-4
sunxi-cortexa53/build.sh
sunxi-cortexa53/build.sh
+5
-3
x86-64/24.10/build.sh
x86-64/24.10/build.sh
+5
-1
x86-64/build.sh
x86-64/build.sh
+5
-1
No files found.
mediatek-filogic/build.sh
View file @
a6d687c6
...
@@ -7,10 +7,9 @@ echo "Include Docker: $INCLUDE_DOCKER"
...
@@ -7,10 +7,9 @@ echo "Include Docker: $INCLUDE_DOCKER"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
# 定义所需安装的包列表
# 定义所需安装的包列表
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
fdisk"
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-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
...
@@ -23,6 +22,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
...
@@ -23,6 +22,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
...
...
raspberrypi/23.05.4/build.sh
View file @
a6d687c6
...
@@ -14,8 +14,6 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
...
@@ -14,8 +14,6 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
# 定义所需安装的包列表 23.05.4
# 定义所需安装的包列表 23.05.4
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
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"
...
@@ -27,6 +25,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
...
@@ -27,6 +25,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
...
...
raspberrypi/24.10/build.sh
View file @
a6d687c6
...
@@ -12,14 +12,11 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
...
@@ -12,14 +12,11 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Starting build process..."
# 定义所需安装的包列表
# 定义所需安装的包列表
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
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-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"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
#24.10
#24.10
PACKAGES
=
"
$PACKAGES
luci-i18n-package-manager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-package-manager-zh-cn"
...
@@ -29,6 +26,11 @@ PACKAGES="$PACKAGES luci-app-openclash"
...
@@ -29,6 +26,11 @@ PACKAGES="$PACKAGES luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
...
...
rockchip/23.05.4/build.sh
View file @
a6d687c6
...
@@ -10,7 +10,7 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTFS_PARTSIZE"
...
@@ -10,7 +10,7 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTFS_PARTSIZE"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
# 定义所需安装的包列表 23.05.4
# 定义所需安装的包列表 23.05.4
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
@@ -25,6 +25,10 @@ PACKAGES="$PACKAGES luci-app-openclash"
...
@@ -25,6 +25,10 @@ PACKAGES="$PACKAGES luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
luci-i18n-dockerman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-dockerman-zh-cn"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 构建镜像
# 构建镜像
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Building image with the following packages:"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Building image with the following packages:"
...
...
rockchip/build.sh
View file @
a6d687c6
...
@@ -10,7 +10,7 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTFS_PARTSIZE"
...
@@ -10,7 +10,7 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTFS_PARTSIZE"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
# 定义所需安装的包列表
# 定义所需安装的包列表
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
@@ -25,6 +25,10 @@ PACKAGES="$PACKAGES luci-app-openclash"
...
@@ -25,6 +25,10 @@ PACKAGES="$PACKAGES luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
luci-i18n-dockerman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-dockerman-zh-cn"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 构建镜像
# 构建镜像
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Building image with the following packages:"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Building image with the following packages:"
...
...
sunxi-cortexa53/24.10/build.sh
View file @
a6d687c6
...
@@ -9,17 +9,14 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTSIZE"
...
@@ -9,17 +9,14 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTSIZE"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
# 定义所需安装的包列表
# 定义所需安装的包列表
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
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-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"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
#24.10
#24.10
PACKAGES
=
"
$PACKAGES
luci-i18n-package-manager-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-package-manager-zh-cn"
...
@@ -28,6 +25,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
...
@@ -28,6 +25,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
...
...
sunxi-cortexa53/build.sh
View file @
a6d687c6
...
@@ -9,10 +9,9 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTSIZE"
...
@@ -9,10 +9,9 @@ echo "Building for ROOTFS_PARTSIZE: $ROOTSIZE"
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
echo
"
$(
date
'+%Y-%m-%d %H:%M:%S'
)
- Starting build process..."
# 定义所需安装的包列表
# 定义所需安装的包列表
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
fdisk"
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-app-argon-config"
PACKAGES
=
"
$PACKAGES
luci-app-argon-config"
...
@@ -25,7 +24,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
...
@@ -25,7 +24,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
...
...
x86-64/24.10/build.sh
View file @
a6d687c6
...
@@ -8,7 +8,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - 开始编译..."
...
@@ -8,7 +8,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - 开始编译..."
# 定义所需安装的包列表
# 定义所需安装的包列表
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
@@ -23,6 +23,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
...
@@ -23,6 +23,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
...
...
x86-64/build.sh
View file @
a6d687c6
...
@@ -8,7 +8,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - 开始编译..."
...
@@ -8,7 +8,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - 开始编译..."
# 定义所需安装的包列表
# 定义所需安装的包列表
下列插件你都可以自行删减
PACKAGES
=
""
PACKAGES
=
""
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
curl"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-diskman-zh-cn"
...
@@ -22,6 +22,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
...
@@ -22,6 +22,10 @@ PACKAGES="$PACKAGES luci-i18n-passwall-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-app-openclash"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
luci-i18n-homeproxy-zh-cn"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
PACKAGES
=
"
$PACKAGES
openssh-sftp-server"
# 增加几个必备组件 方便用户安装iStore
PACKAGES
=
"
$PACKAGES
fdisk"
PACKAGES
=
"
$PACKAGES
script-utils"
PACKAGES
=
"
$PACKAGES
luci-i18n-samba4-zh-cn"
# 判断是否需要编译 Docker 插件
# 判断是否需要编译 Docker 插件
if
[
"
$INCLUDE_DOCKER
"
=
"yes"
]
;
then
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