aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-10-24 21:49:21 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-10-24 21:49:21 +0000
commit5333794b364544dbd0249f4570a99b283b05843a (patch)
treeda53c239011c52ce8e8e718fcdc7d85384362014 /target/linux/ar71xx/base-files/lib
parentab0f50a4215bc26d4bfe4994507d25247e46a7dd (diff)
downloadmaster-187ad058-5333794b364544dbd0249f4570a99b283b05843a.tar.gz
master-187ad058-5333794b364544dbd0249f4570a99b283b05843a.tar.bz2
master-187ad058-5333794b364544dbd0249f4570a99b283b05843a.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index d099d39df3..51ff62b524 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -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"
;;