summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-11-24 18:30:19 +0000
committerJohn Crispin <john@openwrt.org>2015-11-24 18:30:19 +0000
commita04c3e73a33f9effc77511076bdbf8a0013a9574 (patch)
tree8f4879679d34a9a37aafe7f556abf0c14257f49f /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent72093bd5284e25cb1b7ffc649c8d6a63fd8dcb83 (diff)
downloadmaster-31e0f0ae-a04c3e73a33f9effc77511076bdbf8a0013a9574.tar.gz
master-31e0f0ae-a04c3e73a33f9effc77511076bdbf8a0013a9574.tar.bz2
master-31e0f0ae-a04c3e73a33f9effc77511076bdbf8a0013a9574.zip
ar71xx: add GL-AR300 support V3
This is the patch for GL-AR300 V3, tested against the latest trunk. Signed-off-by: alzhao<alzhao@gmail.com> SVN-Revision: 47621
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 75a75a4fd4..8eb9266d4a 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -485,6 +485,9 @@ ar71xx_board_detect() {
*"GL AR150")
name="gl-ar150"
;;
+ *"GL AR300")
+ name="gl-ar300"
+ ;;
*"EnGenius EPG5000")
name="epg5000"
;;