You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
343 B
11 lines
343 B
#
|
|
# 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
|
|
|