|
@@ -9,11 +9,11 @@ svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/target/
|
|
|
rm -rf target/linux/rockchip/{.svn,patches-5.4/.svn}
|
|
|
svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/target/linux/rockchip/patches-5.4 target/linux/rockchip/patches-5.4
|
|
|
|
|
|
-curl https://git.io/J0klE -o package/kernel/linux/modules/video.mk
|
|
|
+curl -L https://git.io/J0klE -o package/kernel/linux/modules/video.mk
|
|
|
|
|
|
mkdir -p files/etc/rc.d
|
|
|
-curl https://git.io/J0kc3 --create-dirs -o files/usr/bin/start-rk3328-pwm-fan.sh
|
|
|
-curl https://git.io/J0kW8 --create-dirs -o files/etc/init.d/fa-rk3328-pwmfan
|
|
|
+curl -L https://git.io/J0kc3 --create-dirs -o files/usr/bin/start-rk3328-pwm-fan.sh
|
|
|
+curl -L https://git.io/J0kW8 --create-dirs -o files/etc/init.d/fa-rk3328-pwmfan
|
|
|
chmod +x files/usr/bin/start-rk3328-pwm-fan.sh files/etc/init.d/fa-rk3328-pwmfan
|
|
|
ln -sf /etc/init.d/fa-rk3328-pwmfan files/etc/rc.d/S96fa-rk3328-pwmfan
|
|
|
|