mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
apm821xx: WNDR4700: fix fan-control
This service was unfunctional due to not having its executable bit set. Furthermore, sysupgrade complains about the file being present in images. Also, the tc654 driver doesn't provide pwm1_enable sysfs file, instead its now called pwm1_mode. Please note that the fan was always spinning. It should now turn off, when there's enough the thermal headroom. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
6b007d2512
commit
cf6849a6bf
2
target/linux/apm821xx/base-files/etc/init.d/hwmon_fancontrol
Normal file → Executable file
2
target/linux/apm821xx/base-files/etc/init.d/hwmon_fancontrol
Normal file → Executable file
@ -9,7 +9,7 @@ boot() {
|
|||||||
case $(board_name) in
|
case $(board_name) in
|
||||||
netgear,wndr4700)
|
netgear,wndr4700)
|
||||||
path_to_hwmon='/sys/devices/platform/plb/plb:opb/4ef600700.i2c/i2c-0/0-001b/hwmon/hwmon1'
|
path_to_hwmon='/sys/devices/platform/plb/plb:opb/4ef600700.i2c/i2c-0/0-001b/hwmon/hwmon1'
|
||||||
echo 1 > "$path_to_hwmon/pwm1_enable"
|
echo 1 > "$path_to_hwmon/pwm1_mode"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user