summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-29 15:26:44 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-29 15:26:44 +0000
commitbc6762e0c5c24130735b0e53f11d3886c9ffb01e (patch)
treec205869ca1ce402f4e30d058a063cf730791bddc
parent6805c84dc286380a348ddd3eb91d1e133bc59a67 (diff)
downloadbusybox-baserock/danielfirth/RT144.tar.gz
-rw-r--r--busybox-devel.morph1
-rw-r--r--busybox.morph3
2 files changed, 0 insertions, 4 deletions
diff --git a/busybox-devel.morph b/busybox-devel.morph
index 8cbf6bdb4..f9e70e210 100644
--- a/busybox-devel.morph
+++ b/busybox-devel.morph
@@ -8,7 +8,6 @@
"sed -e 's/.*FEATURE_COMPRESS_USAGE=.*/CONFIG_FEATURE_COMPRESS_USAGE=y/' -i .config",
"sed -e 's/.*FEATURE_PREFER_APPLETS=.*/# CONFIG_FEATURE_PREFER_APPLETS is not set/' -i .config",
"sed -e 's/.*FEATURE_MOUNT_CIFS=.*/# CONFIG_FEATURE_MOUNT_CIFS is not set/' -i .config",
- "sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i .config",
"sed -e 's/.*CONFIG_PATCH=./# CONFIG_PATCH is not set/' -i .config"
],
"build-commands": [
diff --git a/busybox.morph b/busybox.morph
index 033e9ce90..73dfee2c2 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -11,9 +11,6 @@ configure-commands:
# Avoid dividing applets between $PREFIX/[s]bin and $PREFIX/usr/[s]bin.
- '[ "$PREFIX" = /usr ] || sed -e ''s/.*INSTALL_NO_USR.*/CONFIG_INSTALL_NO_USR=y/'' -i .config'
- # We have GAWK, but in GENIVI baseline we want to get rid of it
- # - sed -e 's/CONFIG_AWK=y.*/# CONFIG_AWK is not set/' -i .config
-
# Depends on stuff that was removed since eglibc 2.14.
- sed -e 's/CONFIG_INETD=y.*/# CONFIG_INETD is not set/' -i .config