fix: 移除软件包 luci-app-jd-dailybonus
This commit is contained in:
parent
b1faf9ca81
commit
f94a88a395
|
@ -2,7 +2,7 @@ CONFIG_PACKAGE_bash=y
|
||||||
CONFIG_PACKAGE_luci-app-adguardhome=y
|
CONFIG_PACKAGE_luci-app-adguardhome=y
|
||||||
CONFIG_PACKAGE_luci-app-autoupdate=y
|
CONFIG_PACKAGE_luci-app-autoupdate=y
|
||||||
CONFIG_PACKAGE_luci-app-dnsfilter=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-openclash=y
|
||||||
# CONFIG_PACKAGE_luci-app-rclone is not set
|
# 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_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_Shadowsocks=y
|
||||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
|
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
|
||||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y
|
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y
|
||||||
CONFIG_PACKAGE_xray-geodata=y
|
CONFIG_PACKAGE_xray-geodata=y
|
|
@ -276,7 +276,7 @@ Other_Scripts() {
|
||||||
fi
|
fi
|
||||||
[[ -s $GITHUB_WORKSPACE/Configs/Common ]] && {
|
[[ -s $GITHUB_WORKSPACE/Configs/Common ]] && {
|
||||||
TIME "Merging Common_Config to .config ..."
|
TIME "Merging Common_Config to .config ..."
|
||||||
echo -e "\n$(cat $GITHUB_WORKSPACE/Configs/Common)" >> .config
|
cat $GITHUB_WORKSPACE/Configs/Common >> .config
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue