diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-28 12:24:40 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-28 12:24:40 +0000 |
commit | a3ecc2207f10a857968a7769e0607390baf0abca (patch) | |
tree | 17b6d099033ed8775d5f5017b077ce71750469e7 /target/linux/ar71xx/base-files/lib | |
parent | b024eb48945ae931d1d200cdb2751eeb3aee81d7 (diff) | |
download | openwrt-a3ecc2207f10a857968a7769e0607390baf0abca.tar.gz openwrt-a3ecc2207f10a857968a7769e0607390baf0abca.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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |