W1700K fan script is missing the #!/bin/sh /etc/rc.common shebang and
requires execution bits set. Also, set the fallback to hwmon 3 instead
of 5, since the new RTL PHY driver was not merged.
Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22391
Signed-off-by: Robert Marko <robimarko@gmail.com>
+#!/bin/sh /etc/rc.common
#
# Copyright (C) 2025 openwrt.org
#
return
fi
done
- echo "/sys/class/hwmon/hwmon5" # fallback
+ echo "/sys/class/hwmon/hwmon3" # fallback
}
boot()