From 9739a0b41baa88c233f76b93ac01805b7b635d94 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 25 Dec 2013 17:04:50 +0000 Subject: ramips: add support for RT-N14U (mt7620n based) board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added dts file and userspace scripts modified to support Asus RT-N14U board current support status: usb works ethernet works buttons reset, wps leds asus:blue:[usb|lan|wan|air|power] i2c not tested uart not tested wifi not yet Signed-off-by: Pavel Löbl SVN-Revision: 39163 --- target/linux/ramips/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 82addb27f8..2d4395dca4 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -646,10 +646,12 @@ endif # Image/Build/Profile/WMR300=$(call BuildFirmware/Default8M/$(1),$(1),wmr-300,WMR300) +Image/Build/Profile/RT-N14U=$(call BuildFirmware/Default8M/$(1),$(1),rt-n14u,RT-N14U) ifeq ($(SUBTARGET),mt7620n) define Image/Build/Profile/Default $(call Image/Build/Profile/WMR300,$(1)) + $(call Image/Build/Profile/RT-N14U,$(1)) endef endif -- cgit v1.2.3