summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-27 08:55:39 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-27 08:55:39 +0000
commite407ad4e7e987398ac27b25310c72240764ffbe2 (patch)
tree4cae9b63eba86d6d3f439a9e3bc06f6203e70f16 /target/linux/ar71xx/base-files/lib
parent1488bdd2d5de04f99df4993dc69bd94297eaf70b (diff)
ar71xx: add user-space part for the CAP4200AG
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33957 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 14bd581d2..430ef8c68 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"
;;