projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580f24b
)
x86: enable mkf2fs and e2fsprogs by default
author
Felix Fietkau
<nbd@nbd.name>
Thu, 8 Sep 2016 11:39:14 +0000
(13:39 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 10 Sep 2016 10:17:39 +0000
(12:17 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/x86/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86/Makefile
b/target/linux/x86/Makefile
index 7040636ddffa6e79a9fdc14aa3f41699185d2a5b..218b92487b3f4a6c3219352d97b3b6a28f92c6c7 100644
(file)
--- 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@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, \