ar71xx: add support for the ALFA Network N2/N5 boards

SVN-Revision: 29635
This commit is contained in:
Gabor Juhos
2012-01-01 19:30:25 +00:00
parent 0baa69ddda
commit 1e68f10b87
10 changed files with 183 additions and 0 deletions

View File

@@ -118,6 +118,9 @@ ar71xx_board_detect() {
*"AirRouter")
name="airrouter"
;;
*"ALFA Network N2/N5")
name="alfa-nx"
;;
*ALL0258N)
name="all0258n"
;;

View File

@@ -77,6 +77,7 @@ platform_check_image() {
platform_check_image_all0258n "$1" && return 0
return 1
;;
alfa-nx | \
ap121 | \
ap121-mini | \
ap96 | \