|
@@ -1087,10 +1087,12 @@ endef
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
Image/Build/Profile/MT7628=$(call BuildFirmware/Default4M/$(1),$(1),mt7628,MT7628)
|
|
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)
|
|
ifeq ($(SUBTARGET),mt7628)
|
|
|
define Image/Build/Profile/Default
|
|
define Image/Build/Profile/Default
|
|
|
$(call Image/Build/Profile/MT7628,$(1))
|
|
$(call Image/Build/Profile/MT7628,$(1))
|
|
|
|
|
+ $(call Image/Build/Profile/WRTNODE2P,$(1))
|
|
|
endef
|
|
endef
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
@@ -1100,10 +1102,12 @@ endif
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
Image/Build/Profile/LinkIt7688=$(call BuildFirmware/Default32M/$(1),$(1),LinkIt7688,LINKIT7688)
|
|
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)
|
|
ifeq ($(SUBTARGET),mt7688)
|
|
|
define Image/Build/Profile/Default
|
|
define Image/Build/Profile/Default
|
|
|
$(call Image/Build/Profile/LinkIt7688,$(1))
|
|
$(call Image/Build/Profile/LinkIt7688,$(1))
|
|
|
|
|
+ $(call Image/Build/Profile/WRTNODE2R,$(1))
|
|
|
endef
|
|
endef
|
|
|
endif
|
|
endif
|
|
|
|
|
|