summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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