From f184b6025bec9e5ea4b1e69730d2634a2442e297 Mon Sep 17 00:00:00 2001 From: Topsy Chen <62056970+thomaswcy@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:53:51 +0800 Subject: [PATCH] Update merge_files.sh --- merge_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merge_files.sh b/merge_files.sh index 948d94d..e2cb3b8 100644 --- a/merge_files.sh +++ b/merge_files.sh @@ -14,7 +14,7 @@ if [ $DEVICE = 'r2c' ]; then wget https://github.com/friendlyarm/friendlywrt/raw/master-v19.07.1/target/linux/rockchip-rk3328/base-files/etc/init.d/fa-rk3328-pwmfan -qNP files/etc/init.d chmod +x files/etc/init.d/fa-rk3328-pwmfan ln -sf ../init.d/fa-rk3328-pwmfan files/etc/rc.d/S96fa-rk3328-pwmfan - + fi if [ $DEVICE = 'r4s' ]; then mkdir -p files/usr/bin files/etc/init.d files/etc/rc.d wget https://raw.githubusercontent.com/btyh17mxy/friendlywrt/fix/rk3399-fan-ctl/target/linux/rockchip-rk3399/base-files/usr/bin/start-rk3399-pwm-fan.sh -qNP files/usr/bin