mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 16:29:43 +02:00
315fb2270e
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16068 3c298f89-4303-0410-b956-a3cf2f4a3e73
77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
if ATHEROS_AR71XX
|
|
|
|
config AR71XX_EARLY_SERIAL
|
|
bool "Use early serial console"
|
|
default n
|
|
|
|
menu "Atheros AR71xx machine selection"
|
|
|
|
config AR71XX_MACH_AP81
|
|
bool "Atheros AP81 board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_AP83
|
|
bool "Atheros AP83 board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_PB42
|
|
bool "Atheros PB42 board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_PB44
|
|
bool "Atheros PB44 board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_AW_NR580
|
|
bool "AzureWave AW-NR580 board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_GENERIC
|
|
bool "Generic AR71xx based machine support"
|
|
default y
|
|
|
|
config AR71XX_MACH_WP543
|
|
bool "Compex WP543 board support"
|
|
select MYLOADER
|
|
default y
|
|
|
|
config AR71XX_MACH_WRT160NL
|
|
bool "Linksys WRT160NL board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_WRT400N
|
|
bool "Linksys WRT400N board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_RB_4XX
|
|
bool "MikroTik RouterBOARD 4xx series support"
|
|
default y
|
|
|
|
config AR71XX_MACH_WNR2000
|
|
bool "NETGEAR WNR2000 board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_MZK_W04NU
|
|
bool "Planex MZK-W04NU board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_MZK_W300NH
|
|
bool "Planex MZK-W300NH board support"
|
|
default y
|
|
|
|
config AR71XX_MACH_TL_WR941ND
|
|
bool "TP-LINK TL-WR941ND support"
|
|
default y
|
|
|
|
config AR71XX_MACH_TEW_632BRP
|
|
bool "TRENDnet TEW-632BRP support"
|
|
default y
|
|
|
|
config AR71XX_MACH_UBNT
|
|
bool "Ubiquiti AR71xx based boards support"
|
|
default y
|
|
|
|
endmenu
|
|
|
|
endif
|