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]> --- include/image.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/image.mk b/include/image.mk index e0f12e0..a983c0e 100644 --- a/include/image.mk +++ b/include/image.mk @@ -386,6 +386,7 @@ define Device/Build/kernel 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))) -- 2.3.3 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
