aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-12 17:44:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 17:44:09 +0000
commitaf1f5ca38f8e0dffe3f2640018fedf95cb63131c (patch)
tree0a530f1ecf5cb41945d28a570d638ec211e5439d /Makefile
parent961ba94da460bac1ba0c07cca14f11d0467592c6 (diff)
downloadmkinitfs-af1f5ca38f8e0dffe3f2640018fedf95cb63131c.tar.bz2
mkinitfs-af1f5ca38f8e0dffe3f2640018fedf95cb63131c.tar.xz
make: exclude ext2 as default feature
the ext4 module can handle ext2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3af5f90..2acae17 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ SED_REPLACE := -e 's:@VERSION@:$(FULL_VERSION):g' \
-e 's:@sysconfdir@:$(sysconfdir):g' \
-e 's:@datadir@:$(datadir):g'
-DEFAULT_FEATURES ?= ata base cdrom ext2 ext4 keymap kms mmc raid scsi usb virtio
+DEFAULT_FEATURES ?= ata base cdrom ext4 keymap kms mmc raid scsi usb virtio
ifeq ($(shell uname -m), s390x)
DEFAULT_FEATURES += qeth dasd_mod
endif