From d96e321bd17b2d9a38d9365e29ab473792a50b9b Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 24 Oct 2011 21:49:21 +0000 Subject: 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 SVN-Revision: 28564 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files') 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" ;; -- cgit v1.2.3