From 1e68f10b8748c9bf0d2e244597e2d0c70079ddeb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 1 Jan 2012 19:30:25 +0000 Subject: ar71xx: add support for the ALFA Network N2/N5 boards SVN-Revision: 29635 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ee242a43c4..b259b67865 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -118,6 +118,9 @@ ar71xx_board_detect() { *"AirRouter") name="airrouter" ;; + *"ALFA Network N2/N5") + name="alfa-nx" + ;; *ALL0258N) name="all0258n" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 055282840a..ec0d03b684 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -77,6 +77,7 @@ platform_check_image() { platform_check_image_all0258n "$1" && return 0 return 1 ;; + alfa-nx | \ ap121 | \ ap121-mini | \ ap96 | \ -- cgit v1.2.3