diff options
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 46307ecd2c..409ff26575 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -988,6 +988,20 @@ define Image/Build/Profile/Default endef endif + +# +# MT7688 Profiles +# + +Image/Build/Profile/mt7688=$(call BuildFirmware/Default16M/$(1),$(1),mt7688,MT7688) + +ifeq ($(SUBTARGET),mt7688) +define Image/Build/Profile/Default + $(call Image/Build/Profile/mt7688,$(1)) +endef +endif + + ifndef TARGET_DEVICES # # Generic Targets - only needed for legacy image building code |