diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-07-23 12:47:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-07-23 12:47:25 +0000 |
commit | dc628f2e0870d448313e790398bfaf36850c4702 (patch) | |
tree | 2d62e7d3870497ed4ab6e158aba7faead11b9fe3 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 039fe23f8ebd0a5bdc7b4aba07f9e7468e2883ff (diff) | |
download | upstream-dc628f2e0870d448313e790398bfaf36850c4702.tar.gz upstream-dc628f2e0870d448313e790398bfaf36850c4702.tar.bz2 upstream-dc628f2e0870d448313e790398bfaf36850c4702.zip |
add support for the archer c5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41814
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 70f74829ca..a067604df9 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -277,6 +277,9 @@ ar71xx_board_detect() { *AP83) name="ap83" ;; + *"Archer C5") + name="archer-c5" + ;; *"Archer C7") name="archer-c7" ;; |