diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:21 +0000 |
commit | d96e321bd17b2d9a38d9365e29ab473792a50b9b (patch) | |
tree | 3a9f1dbb15702d8c9054db937966d11530ccca5e /target/linux/ar71xx/config-2.6.39 | |
parent | ef41e0a61ce354c889e1fc903e336a5549395a64 (diff) | |
download | upstream-d96e321bd17b2d9a38d9365e29ab473792a50b9b.tar.gz upstream-d96e321bd17b2d9a38d9365e29ab473792a50b9b.tar.bz2 upstream-d96e321bd17b2d9a38d9365e29ab473792a50b9b.zip |
ar71xx: add kernel support for the Allnet ALL0258N board
This patchs adds support for the Allnet ALL0258N outdoor AP/bridge.
The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio,
it got 8MB of NOR and 32MB SDRAM.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28564
Diffstat (limited to 'target/linux/ar71xx/config-2.6.39')
-rw-r--r-- | target/linux/ar71xx/config-2.6.39 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.39 b/target/linux/ar71xx/config-2.6.39 index 731b87d744..94d4d4a4fc 100644 --- a/target/linux/ar71xx/config-2.6.39 +++ b/target/linux/ar71xx/config-2.6.39 @@ -13,6 +13,7 @@ CONFIG_AR71XX_DEV_M25P80=y CONFIG_AR71XX_DEV_PB42_PCI=y CONFIG_AR71XX_DEV_PB9X_PCI=y CONFIG_AR71XX_DEV_USB=y +CONFIG_AR71XX_MACH_ALL0258N=y CONFIG_AR71XX_MACH_AP121=y CONFIG_AR71XX_MACH_AP81=y CONFIG_AR71XX_MACH_AP83=y |