添加 Configs/Common 通用配置文件

This commit is contained in:
Hyy2001X 2021-05-29 20:00:53 +08:00
parent c9fa37bafe
commit bfccdb3f43
2 changed files with 18 additions and 0 deletions

13
Configs/Common Normal file
View File

@ -0,0 +1,13 @@
CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_luci-app-adguardhome=y
CONFIG_PACKAGE_luci-app-autoupdate=y
CONFIG_PACKAGE_luci-app-openclash=y
# CONFIG_PACKAGE_luci-app-rclone is not set
# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set
# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set
# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set
CONFIG_PACKAGE_luci-app-ssr-plus=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y
CONFIG_PACKAGE_xray-geodata=y

View File

@ -232,6 +232,11 @@ Other_Scripts() {
TIME "Current source: [${Openwrt_Author}] is not supported,skip..."
fi
fi
if [ -s $GITHUB_WORKSPACE/Configs/Common ];then
TIME "Merging Common_Config to .config ..."
echo -e "\n$(cat $GITHUB_WORKSPACE/Configs/Common)" >> .config
cat .config
fi
}
PS_Firmware() {