ralink: drop dummy profile from mt7688
[openwrt/.git] / target / linux / ramips / image / Makefile
index 1b12249c823a86791c52c98fb603abdbf90d9723..b537a17d469d8fa769cbdfee1804ca438141ed9e 100644 (file)
@@ -1099,12 +1099,10 @@ endif
 # MT7688 Profiles
 #
 
-Image/Build/Profile/mt7688=$(call BuildFirmware/Default16M/$(1),$(1),mt7688,MT7688)
 Image/Build/Profile/LinkIt7688=$(call BuildFirmware/Default32M/$(1),$(1),LinkIt7688,LINKIT7688)
 
 ifeq ($(SUBTARGET),mt7688)
 define Image/Build/Profile/Default
-       $(call Image/Build/Profile/mt7688,$(1))
        $(call Image/Build/Profile/LinkIt7688,$(1))
 endef
 endif