forked from Ivasoft/openwrt
ar71xx: Fixes for 951Ui-2HnD board support
WAN and LAN are swapped the wrong way around. This patch fixes that by adding the 951Ui-2HnD to ar71xx.sh and the relevant entry in 02_network. This patch also defines the ACT LED as the status LED in diag.sh. Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41255
This commit is contained in:
@@ -130,6 +130,10 @@ wzr-hp-g450h)
|
||||
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
||||
;;
|
||||
|
||||
rb-951ui-2hnd)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
;;
|
||||
|
||||
rb-493g)
|
||||
ucidef_set_interfaces_lan_wan "eth0 eth1.1" "eth1.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
|
||||
Reference in New Issue
Block a user