diff --git a/merge_packages.sh b/merge_packages.sh index a248f46..7bdaa6a 100644 --- a/merge_packages.sh +++ b/merge_packages.sh @@ -21,8 +21,6 @@ merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-c merge_package https://github.com/coolsnowwolf/packages/trunk/kernel/ksmbd merge_package https://github.com/coolsnowwolf/packages/trunk/net/ksmbd-tools -rm -rf package/luci-app-vssr - if [ $DEVICE = 'r2s' ]; then mkdir -p target/linux/rockchip/armv8/base-files/usr/bin &&\ wget https://github.com/friendlyarm/friendlywrt/raw/master-v19.07.1/target/linux/rockchip-rk3328/base-files/usr/bin/start-rk3328-pwm-fan.sh -qNP target/linux/rockchip/armv8/base-files/usr/bin &&\