blob: d8e22470f40b71b474ad67b01da39c32c2c80404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
if ATHEROS_AR71XX
config AR71XX_EARLY_SERIAL
bool "Use early serial console"
default n
menu "Atheros AR71xx machine selection"
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_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_RB_4XX
bool "MikroTik RouterBOARD 4xx series support"
default y
config AR71XX_MACH_WNR2000
bool "NETGEAR WNR2000 board 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
|