summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-02 14:16:21 +0100
committerSuper user <root@baserock.(none)>2012-09-17 13:11:39 +0000
commit2af94d462995ff0f234526d71abacecbf71ab161 (patch)
tree50ffe7aebc74df0f4f7ab6f7f1176160b5e2884d
parent076eba1c86ba0e069434492b8bfc44627e386168 (diff)
downloadbusybox-2af94d462995ff0f234526d71abacecbf71ab161.tar.gz
busybox.morph: remove unlzma and lzma programs
This is the same story as for xz, it shouldn't be needed in foundation, xz provides a better version of them.
-rw-r--r--busybox.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index 76b67aaf2..cb179febe 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -23,6 +23,8 @@
"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_UNLZMA.*/# CONFIG_UNLZMA is not set/' -i .config",
+ "sed -e 's/.*CONFIG_LZMA.*/# CONFIG_LZMA 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",
"sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i .config"