ramips: move different subtarget image generation to separate makefiles to improve...
[openwrt/openwrt.git] / target / linux / ramips / image / mt7628.mk
1 #
2 # MT7628 Profiles
3 #
4
5 Image/Build/Profile/MIWIFI-NANO=$(call BuildFirmware/Default16M/$(1),$(1),miwifi-nano,MIWIFI-NANO)
6 Image/Build/Profile/MT7628=$(call BuildFirmware/Default4M/$(1),$(1),mt7628,MT7628)
7 Image/Build/Profile/WRTNODE2P=$(call BuildFirmware/Default16M/$(1),$(1),wrtnode2p,WRTNODE2P)
8
9 define Image/Build/Profile/Default
10 $(call Image/Build/Profile/MIWIFI-NANO,$(1))
11 $(call Image/Build/Profile/MT7628,$(1))
12 $(call Image/Build/Profile/WRTNODE2P,$(1))
13 endef
14
15 define Image/Build/Profile/MiwifiNano
16 $(call Image/Build/Profile/MIWIFI-NANO,$(1))
17 endef