diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 21:13:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 21:13:54 +0000 |
commit | 2d696ce97ee23a478e8cdc7cac94d40fc76d1d96 (patch) | |
tree | af768a94ed18e2eefb806e8ac9134a4ed81bc9aa /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 5c8819fc34f1811e9d3c4e0f73877668eb78be7d (diff) | |
download | upstream-2d696ce97ee23a478e8cdc7cac94d40fc76d1d96.tar.gz upstream-2d696ce97ee23a478e8cdc7cac94d40fc76d1d96.tar.bz2 upstream-2d696ce97ee23a478e8cdc7cac94d40fc76d1d96.zip |
ar71xx: add inital support for the ALFA Network AP96 board
The microSD slot and the Real Time Clock is not working yet.
The miniPCIe interface is not tested due to the lack of a
suitable card.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 218f934229..cc0b0b4d32 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -124,6 +124,9 @@ ar71xx_board_detect() { *"AirRouter") name="airrouter" ;; + *"ALFA Network AP96") + name="alfa-ap96" + ;; *"ALFA Network N2/N5") name="alfa-nx" ;; @@ -142,7 +145,7 @@ ar71xx_board_detect() { *AP83) name="ap83" ;; - *AP96) + *"Atheros AP96") name="ap96" ;; *AW-NR580) |