mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 12:30:38 +02:00
bb8dd176cc
This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards <ledwards76@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26466 3c298f89-4303-0410-b956-a3cf2f4a3e73
62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
Plaintext
if RALINK_RT305X
|
|
|
|
menu "Ralink RT350x machine selection"
|
|
|
|
config RT305X_MACH_F5D8235_V2
|
|
bool "Belkin F5D8235 v2 support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_WHR_G300N
|
|
bool "Buffalo WHR-G300N support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_DIR_300_REVB
|
|
bool "D-Link DIR-300 revB board support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_V22RW_2X2
|
|
bool "Ralink AP-RT3052-V22RW-2X2 board support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_WCR150GN
|
|
bool "Sparklan WCR-150GN support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_FONERA20N
|
|
bool "La Fonera20N board support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_PWH2004
|
|
bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_HW550_3G
|
|
bool "Aztech HW550-3G support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
config RT305X_MACH_MOFI3500_3GN
|
|
bool "MoFi Network MOFI3500-3GN support"
|
|
default y
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
endmenu
|
|
|
|
endif
|