This commit is contained in:
starry
2025-11-17 12:23:09 +00:00
parent 59e6cef27c
commit 2bf01c1fb0
4 changed files with 161 additions and 0 deletions

22
openwrt/build.sh Executable file
View File

@@ -0,0 +1,22 @@
#!/bin/bash
PACKAGES=""
PACKAGES="$PACKAGES curl"
PACKAGES="$PACKAGES luci-i18n-base-zh-cn"
PACKAGES="$PACKAGES luci-i18n-firewall-zh-cn"
PACKAGES="$PACKAGES luci-i18n-package-manager-zh-cn"
PACKAGES="$PACKAGES luci-theme-argon"
PACKAGES="$PACKAGES luci-app-homeproxy"
PACKAGES="$PACKAGES luci-i18n-homeproxy-zh-cn"
PACKAGES="$PACKAGES luci-app-ttyd"
PACKAGES="$PACKAGES luci-i18n-ttyd-zh-cn"
PACKAGES="$PACKAGES luci-app-diskman"
PACKAGES="$PACKAGES luci-i18n-diskman-zh-cn"
PACKAGES="$PACKAGES luci-app-filemanager"
PACKAGES="$PACKAGES luci-i18n-filemanager-zh-cn"
# docker(需要1G以上空间)
# PACKAGES="$PACKAGES luci-app-dockerman"
# PACKAGES="$PACKAGES luci-i18n-dockerman-zh-cn"
make image PACKAGES="$PACKAGES" FILES="/home/build/immortalwrt/files" ROOTFS_PARTSIZE="512"