diff options
| author | John Crispin <john@phrozen.org> | 2016-06-15 10:14:34 +0200 |
|---|---|---|
| committer | John Crispin <john@phrozen.org> | 2016-06-15 10:14:34 +0200 |
| commit | f77a56d18a5043c05eb086142c45e6b35aff0607 (patch) | |
| tree | 6c9333e98d348d2857a9216e38c85014a4b412dc /target/linux/octeon | |
| parent | 7992633e63b9317ce78d8b9decddc418a55e4cbc (diff) | |
| download | mtk-20170518-f77a56d18a5043c05eb086142c45e6b35aff0607.zip mtk-20170518-f77a56d18a5043c05eb086142c45e6b35aff0607.tar.gz mtk-20170518-f77a56d18a5043c05eb086142c45e6b35aff0607.tar.bz2 | |
octeon: export the FILESYSTEMS variable during image generation
squashfs will be used for all images if this is not done
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/octeon')
| -rw-r--r-- | target/linux/octeon/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile index 9e35a7d..043058b 100644 --- a/target/linux/octeon/image/Makefile +++ b/target/linux/octeon/image/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DEVICE_VARS += KERNEL_PREFIX +DEVICE_VARS += KERNEL_PREFIX FILESYSTEMS define Device/Default PROFILES = Default $$(DEVICE_NAME) |
