diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 09:08:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 09:08:47 +0000 |
commit | 896d3e3e135e58636fcabcebf48f2eebf77623e4 (patch) | |
tree | a699200f9f2d39dfcac545919e86478f526af1eb /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | e828d32153af982ec5e8c5d5e680ce3817a677df (diff) | |
download | mtk-20170518-896d3e3e135e58636fcabcebf48f2eebf77623e4.zip mtk-20170518-896d3e3e135e58636fcabcebf48f2eebf77623e4.tar.gz mtk-20170518-896d3e3e135e58636fcabcebf48f2eebf77623e4.tar.bz2 |
ar71xx: Add WeIO Board Support
Add support for WeIO board (http://we-io.net).
This board is based on Carambola2 board form 8Devices.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org> [some cleanups]
SVN-Revision: 47036
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 efb3d16..ad98cfb 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -850,6 +850,9 @@ ar71xx_board_detect() { *"UniFi AP Pro") name="uap-pro" ;; + *"WeIO") + name="weio" + ;; *WHR-G301N) name="whr-g301n" ;; |