summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorJing Lin <mumuqz@163.com>2016-10-18 16:18:50 +0800
committerJo-Philipp Wich <jo@mein.io>2016-10-25 17:51:08 +0200
commit7ba9a3a504909ccf8f6d1aca9b1160443da7215b (patch)
treeaef65f6f925e544dd58b8a807fafd86d01781f82 /target/linux/ar71xx/image
parent81b256ee002f86077b7fd61ad200955ef983b06a (diff)
downloadmtk-20170518-7ba9a3a504909ccf8f6d1aca9b1160443da7215b.zip
mtk-20170518-7ba9a3a504909ccf8f6d1aca9b1160443da7215b.tar.gz
mtk-20170518-7ba9a3a504909ccf8f6d1aca9b1160443da7215b.tar.bz2
ar71xx: Add support to DomyWifi DW33D
Signed-off-by: Jing Lin <mumuqz@163.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/generic.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 192f1a7..bf17814 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -27,6 +27,17 @@ define Device/cf-e316n-v2
endef
TARGET_DEVICES += cf-e316n-v2
+define Device/domywifi-dw33d
+ DEVICE_TITLE := DomyWifi DW33D
+ DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage kmod-ledtrig-usbdev kmod-ath10k
+ BOARDNAME = DW33D
+ IMAGE_SIZE = 16000k
+ CONSOLE = ttyS0,115200
+ MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x50000(firmware);ar934x-nfc:96m(rootfs_data),32m(backup)ro
+ IMAGE/sysupgrade.bin = append-rootfs | pad-rootfs | pad-to 14528k | append-kernel | check-size $$$$(IMAGE_SIZE)
+endef
+TARGET_DEVICES += domywifi-dw33d
+
define Device/dragino2
BOARDNAME := DRAGINO2
CONSOLE := ttyATH0,115200