Author: nbd
Date: 2015-03-25 18:58:00 +0100 (Wed, 25 Mar 2015)
New Revision: 44997

Modified:
   trunk/include/image.mk
Log:
include/image.mk: define variable FILESYSTEM

Set it to the filesystem which is build. mktplinkfw need to know which 
filesystem
is used.
FILESYSTEM can be squashfs, jffs2-64k, ...

Signed-off-by: Alexander Couzens <[email protected]>

Modified: trunk/include/image.mk
===================================================================
--- trunk/include/image.mk      2015-03-25 17:57:44 UTC (rev 44996)
+++ trunk/include/image.mk      2015-03-25 17:58:00 UTC (rev 44997)
@@ -388,6 +388,7 @@
 endef
 
 define Device/Build/image
+  FILESYSTEM := $(1)
   $$(_TARGET): $(BIN_DIR)/$(call IMAGE_NAME,$(1),$(2))
   $(eval $(call Device/Export,$(KDIR)/$(KERNEL_IMAGE)))
   $(eval $(call Device/Export,$(KDIR)/$(KERNEL_INITRAMFS_IMAGE)))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to