h69k/target/linux/realtek/base-files/etc/board.d/03_gpio_switches
2024-09-29 22:35:28 +08:00

17 lines
212 B
Plaintext

. /lib/functions/uci-defaults.sh
board_config_update
board=$(board_name)
case "$board" in
hpe,1920-8g-poe-180w)
ucidef_add_gpio_switch "fan_ctrl" "Fan control" "456" "0"
;;
esac
board_config_flush
exit 0