添加 Configs/Common 通用配置文件
This commit is contained in:
parent
c9fa37bafe
commit
bfccdb3f43
|
@ -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
|
|
@ -232,6 +232,11 @@ Other_Scripts() {
|
||||||
TIME "Current source: [${Openwrt_Author}] is not supported,skip..."
|
TIME "Current source: [${Openwrt_Author}] is not supported,skip..."
|
||||||
fi
|
fi
|
||||||
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() {
|
PS_Firmware() {
|
||||||
|
|
Loading…
Reference in New Issue