h69k/target/linux/realtek/base-files/etc/board.d/03_gpio_switches

17 lines
212 B
Plaintext
Raw Normal View History

2024-09-29 14:35:28 +00:00
. /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