ramips: fix indentation and other mistakes in .dts{, i} files
[openwrt/svn-archive/archive.git] / target / linux / ramips / image / Makefile
index 46307ecd2c13c25b308c32bfc88207604228ca9b..409ff265752bcfcd189aadebdb4a0d7d8577e4e0 100644 (file)
@@ -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