We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba45de commit b758886Copy full SHA for b758886
1 file changed
target/linux/realtek/base-files/etc/uci-defaults/04_dlinkfan
@@ -10,7 +10,7 @@ case "$board" in
10
d-link,dgs-1210-28p-f|d-link,dgs-1210-28mp-f)
11
# Enable fan control
12
FAN_CTRL='/sys/class/hwmon/hwmon0'
13
- echo 1 > "$FAN_PATH/pwm1_enable"
+ echo 1 > "$FAN_CTRL/pwm1_enable"
14
15
# Set fan script execution in crontab
16
grep -s -q fan_ctrl.sh /etc/crontabs/root && exit 0
0 commit comments