diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-30 16:23:09 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-30 16:23:09 +0000 |
commit | c00474ead831431603e3d6975ae77e0c9544b3a9 (patch) | |
tree | cae3a54aad3cd51ed1a27496354f63da34b6a727 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | bce8a347915e874bf935ab5986f5a95cb1d9fcba (diff) |
ar71xx: add user-space support for TP-LINK Archer C7 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36789 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 7cb015d77b..31c56aa448 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -222,6 +222,9 @@ ar71xx_board_detect() { *AP83) name="ap83" ;; + *"Archer C7") + name="archer-c7" + ;; *"Atheros AP96") name="ap96" ;; |