summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-02 14:40:08 +0100
committerSuper user <root@baserock.(none)>2012-09-17 13:11:39 +0000
commit8a17fd89eba0ca1a75e7424c6442a3e9370cf337 (patch)
treea562beb643381a62d0564aafeff96ad827df7eb7
parent8a84478a2031ad49e2ee34b94cf35df2b3170aa5 (diff)
downloadbusybox-8a17fd89eba0ca1a75e7424c6442a3e9370cf337.tar.gz
busybox.morph: don't bother with minix
Who uses minix these days?
-rw-r--r--busybox.morph3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index dee8b0cb0..de8442ce1 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -22,6 +22,9 @@
"sed -e 's/.*FEATURE_LSMOD_PRETTY_2_6_OUTPUT=.*/CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y/' -i .config",
"sed -e 's/.*CONFIG_LSUSB.*/# CONFIG_LSUSB is not set/' -i .config",
"sed -e 's/.*CONFIG_MKFS_EXT2.*/# CONFIG_MKFS_EXT2 is not set/' -i .config",
+ "sed -e 's/.*CONFIG_FSCK_MINIX.*/# CONFIG_FSCK_MINIX is not set/' -i .config",
+ "sed -e 's/.*CONFIG_MKFS_MINIX.*/# CONFIG_MKFS_MINIX is not set/' -i .config",
+ "sed -e 's/.*CONFIG_FEATURE_MINIX2.*/# CONFIG_FEATURE_MINIX2 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_UNLZMA.*/# CONFIG_UNLZMA is not set/' -i .config",