diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-01 19:30:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-01 19:30:25 +0000 |
commit | 1e68f10b8748c9bf0d2e244597e2d0c70079ddeb (patch) | |
tree | 9279b6231136ca93f5d64b955cd11584ef8b94fa /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 0baa69dddabc768ec7053d0d920cf1e5adb8d22e (diff) | |
download | upstream-1e68f10b8748c9bf0d2e244597e2d0c70079ddeb.tar.gz upstream-1e68f10b8748c9bf0d2e244597e2d0c70079ddeb.tar.bz2 upstream-1e68f10b8748c9bf0d2e244597e2d0c70079ddeb.zip |
ar71xx: add support for the ALFA Network N2/N5 boards
SVN-Revision: 29635
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 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" ;; |