mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ramips] add Ralink V11ST-FE board support
This board is equipped with: - 4MB of NOR Flash - 32MB of SDRAM - IC+ IP175C switch - one Mini-PCI slot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30561 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -60,6 +60,9 @@ case $board in
|
||||
nw718)
|
||||
set_usb_led "nw718:amber:usb"
|
||||
;;
|
||||
v11st-fe)
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
;;
|
||||
w502u)
|
||||
set_usb_led "alfa:blue:usb"
|
||||
set_wifi_led "rt2800pci-phy0::radio"
|
||||
|
||||
@@ -50,6 +50,13 @@ ramips_setup_interfaces()
|
||||
ucidef_add_switch_vlan "switch0" "2" "4 8t"
|
||||
;;
|
||||
|
||||
v11st-fe)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
|
||||
ucidef_add_switch_vlan "switch0" "2" "0 5t"
|
||||
;;
|
||||
|
||||
wcr-150gn)
|
||||
ucidef_set_interface_lan_wan "eth0.2" "eth0.1"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user