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
This commit is contained in:
Gabor Juhos
2011-10-24 21:49:21 +00:00
parent ef41e0a61c
commit d96e321bd1
6 changed files with 159 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ ar71xx_board_name() {
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
*ALL0258N)
name="all0258n"
;;
*AP121)
name="ap121"
;;