From de7dce21a331dfe0fc63efd16f0d00e0a226de9b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Jan 2016 21:19:50 +0000 Subject: ralink: add WRTnode2 platform and led support Signed-off-by: xzmu SVN-Revision: 48049 --- target/linux/ramips/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 2c0fc462f0..6d4dd64730 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1087,10 +1087,12 @@ endef # Image/Build/Profile/MT7628=$(call BuildFirmware/Default4M/$(1),$(1),mt7628,MT7628) +Image/Build/Profile/WRTNODE2P=$(call BuildFirmware/Default16M/$(1),$(1),wrtnode2p,WRTNODE2P) ifeq ($(SUBTARGET),mt7628) define Image/Build/Profile/Default $(call Image/Build/Profile/MT7628,$(1)) + $(call Image/Build/Profile/WRTNODE2P,$(1)) endef endif @@ -1100,10 +1102,12 @@ endif # Image/Build/Profile/LinkIt7688=$(call BuildFirmware/Default32M/$(1),$(1),LinkIt7688,LINKIT7688) +Image/Build/Profile/WRTNODE2R=$(call BuildFirmware/Default16M/$(1),$(1),wrtnode2r,WRTNODE2R) ifeq ($(SUBTARGET),mt7688) define Image/Build/Profile/Default $(call Image/Build/Profile/LinkIt7688,$(1)) + $(call Image/Build/Profile/WRTNODE2R,$(1)) endef endif -- cgit v1.2.3