diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-22 17:53:36 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-24 12:53:18 +0100 |
commit | 426e4d93bb2a36022f505d7dddeb7571dcd0b524 (patch) | |
tree | a8e8928a445775384f5cfe17cca1526b49057f1c /target/linux/uml/Makefile | |
parent | 4081333084a4e52a125f678e905dbbcccb9e4bd0 (diff) | |
download | upstream-426e4d93bb2a36022f505d7dddeb7571dcd0b524.tar.gz upstream-426e4d93bb2a36022f505d7dddeb7571dcd0b524.tar.bz2 upstream-426e4d93bb2a36022f505d7dddeb7571dcd0b524.zip |
uml: clean up the kernel config and add squashfs+ext4/f2fs support
Replaces plain ext4 images
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/uml/Makefile')
-rw-r--r-- | target/linux/uml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index be27179151..91631391a7 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -20,7 +20,7 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=ext4 audio +FEATURES:=squashfs ext4 audio MAINTAINER:=Florian Fainelli <florian@openwrt.org> KERNEL_PATCHVER:=4.4 @@ -35,7 +35,7 @@ endef LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH) -DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim +DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim mkf2fs e2fsprogs endif |