OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 5... Line 5...
5 board_config_update 5 board_config_update
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 board=$(board_name) 7 board=$(board_name)
8   -  
9 case "$board" in -  
10 mikrotik,rb750gr3) -  
11 ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "17" 8  
12 ;; 9 case "$board" in
13 ubnt-erx) 10 ubnt-erx)
14 ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "0" 11 ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "0"
15 ;; 12 ;;