Skip to content
Snippets Groups Projects
Commit c6eb09d5 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

x86: enable mkf2fs and e2fsprogs by default


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 580f24bc
No related branches found
No related tags found
No related merge requests found
...@@ -13,14 +13,14 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu ...@@ -13,14 +13,14 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu
SUBTARGETS=generic legacy xen_domu geode 64 SUBTARGETS=generic legacy xen_domu geode 64
MAINTAINER:=Felix Fietkau <nbd@nbd.name> MAINTAINER:=Felix Fietkau <nbd@nbd.name>
DEFAULT_PACKAGES += partx-utils
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
KERNELNAME:=bzImage KERNELNAME:=bzImage
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \ $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment