diff --git a/devices/common/diy.sh b/devices/common/diy.sh index 4ceca73cd9e8..8a71ade5386f 100644 --- a/devices/common/diy.sh +++ b/devices/common/diy.sh @@ -39,7 +39,7 @@ curl -sfL https://raw.githubusercontent.com/openwrt/openwrt/openwrt-22.03/packag sed -i 's?zstd$?zstd ucl upx\n$(curdir)/upx/compile := $(curdir)/ucl/compile?g' tools/Makefile sed -i 's/\/cgi-bin\/\(luci\|cgi-\)/\/\1/g' `find package/feeds/kiddin9/luci-*/ -name "*.lua" -or -name "*.htm*" -or -name "*.js"` & sed -i 's/Os/O2/g' include/target.mk -sed -i 's/$(TARGET_DIR)) install/$(TARGET_DIR)) install --force-overwrite --force-depends/' package/Makefile +sed -i 's/$(TARGET_DIR)) install/$(TARGET_DIR)) install --force-overwrite --force-maintainer --force-depends/' package/Makefile sed -i "/mediaurlbase/d" package/feeds/*/luci-theme*/root/etc/uci-defaults/* sed -i 's/=bbr/=cubic/' package/kernel/linux/files/sysctl-tcp-bbr.conf