summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-04 21:13:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-04 21:13:54 +0000
commitb8f0d861152439b4f8c6304c4f556cfd5317ee77 (patch)
tree3c3e9f345901b9f44a88df3586b08ff76f6fb66c /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent807e0461935a8e404d527557561d3b80a1a4b279 (diff)
downloadmtk-20170518-b8f0d861152439b4f8c6304c4f556cfd5317ee77.zip
mtk-20170518-b8f0d861152439b4f8c6304c4f556cfd5317ee77.tar.gz
mtk-20170518-b8f0d861152439b4f8c6304c4f556cfd5317ee77.tar.bz2
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. SVN-Revision: 29662
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh5
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 218f934..cc0b0b4 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)