delete node music unlock
This commit is contained in:
parent
f7a517a4b5
commit
f36ac4542d
|
@ -193,7 +193,7 @@ jobs:
|
|||
run: |
|
||||
cd openwrt
|
||||
rm package/feeds/packages/net/adguardhome -rf
|
||||
make -j28 || make -j1 V=s
|
||||
make -j$(($(nproc) + 1)) || make -j1 V=s
|
||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||
|
||||
- name: Process Firmware
|
||||
|
|
|
@ -158,7 +158,7 @@ CONFIG_PACKAGE_luci-app-uugamebooster=y
|
|||
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
|
||||
# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go is not set
|
||||
# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set
|
||||
CONFIG_PACKAGE_luci-app-unblockneteasemusic=y
|
||||
CONFIG_PACKAGE_luci-app-unblockneteasemusic-go=y
|
||||
# CONFIG_PACKAGE_luci-app-v2ray-server is not set
|
||||
# CONFIG_PACKAGE_luci-app-xlnetacc is not set
|
||||
CONFIG_PACKAGE_luci-app-wrtbwmon=y
|
||||
|
|
|
@ -70,7 +70,7 @@ EOF
|
|||
# sed -i 's/luci-theme-bootstrap/luci-theme-argon-mod/g' feeds/luci/collections/luci/Makefile
|
||||
# sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/argon-mod"' $(PKG_Finder d package default-settings)/files/zzz-default-settings
|
||||
|
||||
for i in eqos mentohust minieap unblockneteasemusic
|
||||
for i in eqos mentohust minieap unblockneteasemusic-go
|
||||
do
|
||||
AddPackage svn apps luci-app-${i} immortalwrt/luci/branches/openwrt-18.06/applications
|
||||
sed -i 's/..\/..\//\$\(TOPDIR\)\/feeds\/luci\//g' ${WORK}/package/apps/luci-app-${i}/Makefile
|
||||
|
|
Loading…
Reference in New Issue