summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-27 08:55:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-27 08:55:39 +0000
commit9287e0c863dfab8cf6a441c897c51286e2da9f74 (patch)
tree77e4af0edf168a86fb82d34c7dd9ef2a4e2c2456 /target/linux/ar71xx/base-files/lib
parentd54c9653e9ecd22eadce7f66865e91a09ad634dc (diff)
downloadmtk-20170518-9287e0c863dfab8cf6a441c897c51286e2da9f74.zip
mtk-20170518-9287e0c863dfab8cf6a441c897c51286e2da9f74.tar.gz
mtk-20170518-9287e0c863dfab8cf6a441c897c51286e2da9f74.tar.bz2
ar71xx: add user-space part for the CAP4200AG
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33957
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 14bd581..430ef8c 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"
;;