From 426e4d93bb2a36022f505d7dddeb7571dcd0b524 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 22 Nov 2016 17:53:36 +0100 Subject: uml: clean up the kernel config and add squashfs+ext4/f2fs support Replaces plain ext4 images Signed-off-by: Felix Fietkau --- target/linux/uml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/uml/Makefile') diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index be27179..9163139 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 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 -- cgit v1.1