add default-settings

This commit is contained in:
519561910@qq.com
2025-08-30 12:35:02 +08:00
parent d322cc977f
commit 810f912815
4 changed files with 12 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ CONFIG_PACKAGE_coreutils-base64=y
CONFIG_PACKAGE_coreutils-stat=y
CONFIG_PACKAGE_coreutils-stty=y
CONFIG_PACKAGE_coreutils-nohup=y
CONFIG_PACKAGE_default-settings=y
CONFIG_PACKAGE_luci-app-store=y
CONFIG_PACKAGE_quickstart=y
CONFIG_PACKAGE_luci-app-quickstart=y

View File

@@ -26,7 +26,8 @@ CONFIG_PACKAGE_nginx-ssl=y
CONFIG_PACKAGE_nginx-ssl-util=y
CONFIG_PACKAGE_nginx-util=y
CONFIG_PACKAGE_nginx-mod-luci=y
CONFIG_PACKAGE_luci-nginx=y" >> .config
CONFIG_PACKAGE_luci-nginx=y
CONFIG_PACKAGE_default-settings=y" >> .config
# 集成CPU性能跑分脚本
@@ -35,6 +36,10 @@ cp -f $GITHUB_WORKSPACE/configfiles/coremark/coremark.sh package/base-files/file
chmod 755 package/base-files/files/bin/coremark.sh
# iStoreOS-settings
git clone --depth=1 -b main https://github.com/xiaomeng9597/istoreos-settings package/default-settings
# 定时限速插件
echo "CONFIG_PACKAGE_luci-app-eqosplus=y
CONFIG_PACKAGE_luci-i18n-eqosplus-zh-cn=y" >> .config

View File

@@ -76,5 +76,9 @@ chmod 755 package/base-files/files/bin/coremark
chmod 755 package/base-files/files/bin/coremark.sh
# iStoreOS-settings
git clone --depth=1 -b main https://github.com/xiaomeng9597/istoreos-settings package/default-settings
# 定时限速插件
git clone --depth=1 https://github.com/sirpdboy/luci-app-eqosplus package/luci-app-eqosplus

View File

@@ -976,6 +976,7 @@ CONFIG_PACKAGE_coreutils=y
CONFIG_PACKAGE_coreutils-base64=y
CONFIG_PACKAGE_coreutils-stty=y
CONFIG_PACKAGE_coreutils-nohup=y
CONFIG_PACKAGE_default-settings=y
CONFIG_PACKAGE_luci-app-store=y
CONFIG_PACKAGE_luci-app-eqosplus=y
CONFIG_PACKAGE_luci-i18n-eqosplus-zh-cn=y