aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-28 12:24:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-28 12:24:40 +0000
commitb673bb4c772881709d64d2cb9d419ee17d14c098 (patch)
tree17b6d099033ed8775d5f5017b077ce71750469e7 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentc77fde669145d01170d55c713de9593d0520f286 (diff)
downloadupstream-b673bb4c772881709d64d2cb9d419ee17d14c098.tar.gz
upstream-b673bb4c772881709d64d2cb9d419ee17d14c098.tar.bz2
upstream-b673bb4c772881709d64d2cb9d419ee17d14c098.zip
AA: ar71xx: add user-space part for the CAP4200AG
Backport of r33957. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33978 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 14bd581d24..430ef8c68d 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -189,6 +189,9 @@ ar71xx_board_detect() {
*AW-NR580)
name="aw-nr580"
;;
+ *CAP4200AG)
+ name="cap4200ag"
+ ;;
*"DB120 reference board")
name="db120"
;;