mirror of https://github.com/hak5/openwrt.git
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>lede-17.01
parent
7992633e63
commit
f77a56d18a
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/image.mk
|
include $(INCLUDE_DIR)/image.mk
|
||||||
|
|
||||||
DEVICE_VARS += KERNEL_PREFIX
|
DEVICE_VARS += KERNEL_PREFIX FILESYSTEMS
|
||||||
|
|
||||||
define Device/Default
|
define Device/Default
|
||||||
PROFILES = Default $$(DEVICE_NAME)
|
PROFILES = Default $$(DEVICE_NAME)
|
||||||
|
|
Loading…
Reference in New Issue