From bfccdb3f43bc5a2bc13534a003134b9e8778943f Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Sat, 29 May 2021 20:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Configs/Common=20=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/Common | 13 +++++++++++++ Scripts/AutoBuild_Function.sh | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 Configs/Common diff --git a/Configs/Common b/Configs/Common new file mode 100644 index 0000000..cc672bf --- /dev/null +++ b/Configs/Common @@ -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 \ No newline at end of file diff --git a/Scripts/AutoBuild_Function.sh b/Scripts/AutoBuild_Function.sh index 5eeffd9..0a98eca 100755 --- a/Scripts/AutoBuild_Function.sh +++ b/Scripts/AutoBuild_Function.sh @@ -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() {