[source] x86: enable mkf2fs and e2fsprogs by default

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 10 03:18:04 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/c6eb09d5a327a43e92ee7f4df2e8002e7259bebd

commit c6eb09d5a327a43e92ee7f4df2e8002e7259bebd
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Sep 8 13:39:14 2016 +0200

    x86: enable mkf2fs and e2fsprogs by default
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/x86/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 7040636..218b924 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -13,14 +13,14 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu
 SUBTARGETS=generic legacy xen_domu geode 64
 MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
-DEFAULT_PACKAGES += partx-utils
-
 KERNEL_PATCHVER:=4.4
 
 KERNELNAME:=bzImage
 
 include $(INCLUDE_DIR)/target.mk
 
+DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
+
 $(eval $(call BuildTarget))
 
 $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \



More information about the lede-commits mailing list