[ar71xx] add experimental support for the Linksys WRT400N board (thanks to netprince)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
index d8ae08577be00c3a6530709bee1958c1d2a46edc..de68695308fbf38d27c7591f3f3a93e5452ba86f 100644 (file)
@@ -6,6 +6,18 @@ config AR71XX_EARLY_SERIAL
 
 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_AW_NR580
        bool "AzureWave AW-NR580 board support"
        default y
@@ -19,10 +31,38 @@ config AR71XX_MACH_WP543
        select MYLOADER
        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