summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--busybox.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index e4354bc89..76b67aaf2 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -20,6 +20,8 @@
"sed -e 's/.*MODPROBE=.*/CONFIG_MODPROBE=y/' -i .config",
"sed -e 's/.*FEATURE_MODPROBE_BLACKLIST=.*/CONFIG_FEATURE_MODPROBE_BLACKLIST=y/' -i .config",
"sed -e 's/.*FEATURE_LSMOD_PRETTY_2_6_OUTPUT=.*/CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y/' -i .config",
+ "sed -e 's/.*CONFIG_MKFS_EXT2.*/# CONFIG_MKFS_EXT2 is not set/' -i .config",
+ "sed -e 's/.*CONFIG_STRINGS.*/# CONFIG_STRINGS is not set/' -i .config",
"sed -e 's/.*CONFIG_PATCH.*/# CONFIG_PATCH is not set/' -i .config",
"sed -e 's/.*CONFIG_UNXZ.*/# CONFIG_UNXZ is not set/' -i .config",
"sed -e 's/.*CONFIG_XZ.*/# CONFIG_XZ is not set/' -i .config",