diff options
author | John Crispin <john@openwrt.org> | 2015-11-24 18:30:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-24 18:30:50 +0000 |
commit | 1a092ce0e09a4175bb58f8b2dad3615edc7df0ba (patch) | |
tree | a098356152f84591a6af20f00a34b25d5e2a9be7 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | a04c3e73a33f9effc77511076bdbf8a0013a9574 (diff) | |
download | upstream-1a092ce0e09a4175bb58f8b2dad3615edc7df0ba.tar.gz upstream-1a092ce0e09a4175bb58f8b2dad3615edc7df0ba.tar.bz2 upstream-1a092ce0e09a4175bb58f8b2dad3615edc7df0ba.zip |
ar71xx: add GL-Domino Pi support V3
This is the patch for GL-Domino Pi V3. Updated against the latest trunk.
Signed-off-by: alzhao<alzhao@gmail.com>
SVN-Revision: 47622
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 8eb9266d4a..df77040bdd 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -466,6 +466,9 @@ ar71xx_board_detect() { *"Dragino v2") name="dragino2" ;; + *"Domino Pi") + name="gl-domino" + ;; *"EAP300 v2") name="eap300v2" ;; |