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/image/Makefile | |
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/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 9f27442..ca63129 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -208,6 +208,14 @@ define Device/cf-e316n-v2 endef TARGET_DEVICES += cf-e316n-v2 +define Device/weio + BOARDNAME = WEIO + IMAGE_SIZE = 16000k + CONSOLE = ttyATH0,115200 + MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro +endef +TARGET_DEVICES += weio + define Device/wndr3700 BOARDNAME = WNDR3700 NETGEAR_KERNEL_MAGIC = 0x33373030 |