Author: hauke
Date: 2014-07-06 19:14:06 +0200 (Sun, 06 Jul 2014)
New Revision: 41528

Modified:
   trunk/target/linux/brcm47xx/image/Makefile
Log:
brcm47xx: image: prepare for using mips74k subtarget

Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]>


Modified: trunk/target/linux/brcm47xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm47xx/image/Makefile  2014-07-06 13:45:43 UTC (rev 
41527)
+++ trunk/target/linux/brcm47xx/image/Makefile  2014-07-06 17:14:06 UTC (rev 
41528)
@@ -164,6 +164,26 @@
 endef
 
 #################################################
+# Subtarget mips74k
+#################################################
+
+# $(1): filesystem type.
+define Image/Build/mips74k/jffs2-64k
+       $(call Image/Build/mips74k/devices-with-64k-blocks,$(1))
+endef
+
+# $(1): filesystem type.
+define Image/Build/mips74k/jffs2-128k
+       $(call Image/Build/mips74k/devices-with-128k-blocks,$(1))
+endef
+
+# $(1): filesystem type.
+define Image/Build/mips74k/squashfs
+       $(call Image/Build/mips74k/devices-with-64k-blocks,$(1))
+       $(call Image/Build/mips74k/devices-with-128k-blocks,$(1))
+endef
+
+#################################################
 # Shared BuildImage defines
 #################################################
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to