fix: 移除软件包 luci-app-jd-dailybonus

This commit is contained in:
Hyy2001X 2021-06-17 23:30:15 +08:00
parent b1faf9ca81
commit f94a88a395
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_luci-app-adguardhome=y
CONFIG_PACKAGE_luci-app-autoupdate=y
CONFIG_PACKAGE_luci-app-dnsfilter=y
CONFIG_PACKAGE_luci-app-jd-dailybonus is not set
#CONFIG_PACKAGE_luci-app-jd-dailybonus is not set
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
@ -12,4 +12,4 @@ 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
CONFIG_PACKAGE_xray-geodata=y

View File

@ -276,7 +276,7 @@ Other_Scripts() {
fi
[[ -s $GITHUB_WORKSPACE/Configs/Common ]] && {
TIME "Merging Common_Config to .config ..."
echo -e "\n$(cat $GITHUB_WORKSPACE/Configs/Common)" >> .config
cat $GITHUB_WORKSPACE/Configs/Common >> .config
}
}