From 083ef3fefecd024b2b9cdc496e1f7811c225041e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 9 Sep 2016 00:57:31 +0200 Subject: ramips: add support for Mercury MAC1200R v2 MT7628AN + MT7612E, 8MB SPI flash, 64MB DDR RAM reset button GPIO is still missing (anyone?) bootloader password is 'slp' Signed-off-by: Daniel Golle --- target/linux/ramips/image/mt7628.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7628.mk b/target/linux/ramips/image/mt7628.mk index fa7d1e77f2..0647acf3ad 100644 --- a/target/linux/ramips/image/mt7628.mk +++ b/target/linux/ramips/image/mt7628.mk @@ -33,3 +33,10 @@ define Device/duzun-dm06 DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev endef TARGET_DEVICES += duzun-dm06 + +define Device/mac1200r-v2 + DTS := MAC1200RV2 + IMAGE_SIZE := $(ralink_default_fw_size_8M) + DEVICE_TITLE := Mercury MAC1200R v2.0 +endef +TARGET_DEVICES += mac1200r-v2 -- cgit v1.2.3