summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-27 11:50:39 +0100
committerSuper user <root@baserock.(none)>2012-09-17 13:11:38 +0000
commitde02cac1470d07a2f12355fbdbd64ca7663b5590 (patch)
tree87d06af39d44673af98d2289ae076307550160d3
parent02d6b4f3a6e6112fbedbeabe8171026aeded4039 (diff)
downloadbusybox-de02cac1470d07a2f12355fbdbd64ca7663b5590.tar.gz
busybox.morph: remove xz
The busybox xz is not a suitable substitute for xz, it only allows decompression.
-rw-r--r--busybox.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index bfac3b4a5..a3aae9f95 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -13,6 +13,8 @@
"sed -e 's|.*UDHCPC_DEFAULT_SCRIPT=.*|CONFIG_UDHCPC_DEFAULT_SCRIPT=\"'\"$PREFIX\"/share/udhcpc/default.script'\"|' -i .config",
"[ \"$PREFIX\" = /usr ] || sed -e 's/.*INSTALL_NO_USR.*/CONFIG_INSTALL_NO_USR=y/' -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",
"sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i .config"
],
"build-commands": [