forked from Ivasoft/openwrt
ramips: add asiarf awapn2403 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41177
This commit is contained in:
@@ -35,6 +35,9 @@ case $board in
|
||||
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0256n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
;;
|
||||
awapn2403)
|
||||
set_wifi_led "rt2800soc-phy0::radio"
|
||||
;;
|
||||
ar725w)
|
||||
set_wifi_led "rt2800soc-phy0::radio"
|
||||
;;
|
||||
|
||||
@@ -64,6 +64,13 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
;;
|
||||
|
||||
awapn2403)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 6t"
|
||||
ucidef_add_switch_vlan "switch0" "2" "1 6t"
|
||||
;;
|
||||
|
||||
br-6475nd)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
|
||||
Reference in New Issue
Block a user