From 9a4935687d6d79e0eeae37204794fc68e17c8b68 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Sat, 28 May 2016 22:22:10 +0800 Subject: ramips: add support for DuZun DM06 DuZun DM06 is a develop board based on mt7628 64M RAM, 8M SPI Flash, 1 WAN, 1 LAN. wm8960 codec with line out, line in and speaker output. Signed-off-by: Michael Lee --- target/linux/ramips/image/mt7628.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7628.mk b/target/linux/ramips/image/mt7628.mk index 8274e11f17..fa7d1e77f2 100644 --- a/target/linux/ramips/image/mt7628.mk +++ b/target/linux/ramips/image/mt7628.mk @@ -25,3 +25,11 @@ define Device/wrtnode2p DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev endef TARGET_DEVICES += wrtnode2p + +define Device/duzun-dm06 + DTS := DUZUN-DM06 + IMAGE_SIZE := $(ralink_default_fw_size_8M) + DEVICE_TITLE := DuZun DM06 + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev +endef +TARGET_DEVICES += duzun-dm06 -- cgit v1.2.3