|
@@ -8,16 +8,16 @@ mv -f feeds/packages/net/shadowsocks-libev feeds/custom/shadowsocks-libev
|
|
|
mv -f feeds/packages/utils/docker feeds/custom/docker
|
|
|
mv -f feeds/packages/utils/dockerd feeds/custom/dockerd
|
|
|
rm -Rf feeds/packages/net/{smartdns,frp,mwan3,miniupnpd,aria2} feeds/luci/applications/{luci-app-dockerman,luci-app-smartdns,luci-app-frpc} feeds/luci/collections/luci-lib-docker
|
|
|
-svn co https://github.com/project-openwrt/packages/trunk/lang/python/Flask-RESTful feeds/packages/lang/python/Flask-RESTful
|
|
|
-svn co https://github.com/project-openwrt/packages/trunk/lang/node-yarn feeds/packages/lang/node-yarn
|
|
|
+svn co https://github.com/immortalwrt/packages/trunk/lang/python/Flask-RESTful feeds/packages/lang/python/Flask-RESTful
|
|
|
+svn co https://github.com/immortalwrt/packages/trunk/lang/node-yarn feeds/packages/lang/node-yarn
|
|
|
./scripts/feeds update luci packages custom
|
|
|
./scripts/feeds install -a
|
|
|
sed -i 's/Os/O2/g' include/target.mk
|
|
|
rm -Rf tools/upx && svn co https://github.com/coolsnowwolf/lede/trunk/tools/upx tools/upx
|
|
|
rm -Rf tools/ucl && svn co https://github.com/coolsnowwolf/lede/trunk/tools/ucl tools/ucl
|
|
|
sed -i 's?zstd$?zstd ucl upx\n$(curdir)/upx/compile := $(curdir)/ucl/compile?g' tools/Makefile
|
|
|
-echo -e "\q" | svn co https://github.com/project-openwrt/openwrt/branches/master/target/linux/generic/hack-5.4 target/linux/generic/hack-5.4
|
|
|
-echo -e "\q" | svn co https://github.com/project-openwrt/openwrt/branches/master/target/linux/generic/pending-5.4 target/linux/generic/pending-5.4
|
|
|
+echo -e "\q" | svn co https://github.com/immortalwrt/immortalwrt/branches/master/target/linux/generic/hack-5.4 target/linux/generic/hack-5.4
|
|
|
+echo -e "\q" | svn co https://github.com/immortalwrt/immortalwrt/branches/master/target/linux/generic/pending-5.4 target/linux/generic/pending-5.4
|
|
|
sed -i "s/'class': 'table'/'class': 'table memory'/g" package/*/*/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js
|
|
|
rm -f target/linux/generic/pending-5.4/770-11-net*
|
|
|
sed -i '/depends on PACKAGE_php7-cli || PACKAGE_php7-cgi/d' package/*/*/php7/Makefile
|
|
@@ -35,7 +35,7 @@ find target/linux -path "target/linux/*/config-*" | xargs -i sed -i '$a CONFIG_A
|
|
|
CONFIG_NR_CPUS=128\nCONFIG_FAT_DEFAULT_IOCHARSET="utf8"\nCONFIG_CRYPTO_CHACHA20_NEON=y\nCONFIG_CRYPTO_CHACHA20POLY1305=y\nCONFIG_BINFMT_MISC=y' {}
|
|
|
sed -i 's/max_requests 3/max_requests 20/g' package/network/services/uhttpd/files/uhttpd.config
|
|
|
rm -rf ./feeds/packages/lang/golang
|
|
|
-svn co https://github.com/project-openwrt/packages/trunk/lang/golang feeds/packages/lang/golang
|
|
|
+svn co https://github.com/immortalwrt/packages/trunk/lang/golang feeds/packages/lang/golang
|
|
|
mkdir package/network/config/firewall/patches
|
|
|
wget -O package/network/config/firewall/patches/fullconenat.patch https://github.com/coolsnowwolf/lede/raw/master/package/network/config/firewall/patches/fullconenat.patch
|
|
|
sed -i "s/+nginx\( \|$\)/+nginx-ssl\1/g" package/*/*/*/Makefile
|