From 04c82ebd6162aa44c20bfc95fe651021c451870a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Apr 2016 07:11:48 +0000 Subject: ramips: move different subtarget image generation to separate makefiles to improve maintainability - all subtarget specific defines are in their own files - common defines left in main Makefile - each subtarget makefile idefed with SUBTARGET - all subtargets compile tested - few seems to be broken/unneeded things marked with FIXME Signed-off-by: Roman Yeryomin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49104 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/mt7688.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/ramips/image/mt7688.mk (limited to 'target/linux/ramips/image/mt7688.mk') diff --git a/target/linux/ramips/image/mt7688.mk b/target/linux/ramips/image/mt7688.mk new file mode 100644 index 0000000000..45991d0874 --- /dev/null +++ b/target/linux/ramips/image/mt7688.mk @@ -0,0 +1,11 @@ +# +# MT7688 Profiles +# + +Image/Build/Profile/LinkIt7688=$(call BuildFirmware/Default32M/$(1),$(1),LinkIt7688,LINKIT7688) +Image/Build/Profile/WRTNODE2R=$(call BuildFirmware/Default16M/$(1),$(1),wrtnode2r,WRTNODE2R) + +define Image/Build/Profile/Default + $(call Image/Build/Profile/LinkIt7688,$(1)) + $(call Image/Build/Profile/WRTNODE2R,$(1)) +endef -- cgit v1.2.3