summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-02 12:02:27 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:38 +0000
commit448f040f94a5e3c0dea72c76eb228b58b3949c40 (patch)
tree78a056a7787d16bdfc472745932432452fb55de4
parent37bd30ff4c613b13d9744057809ce621671e0430 (diff)
downloadbusybox-448f040f94a5e3c0dea72c76eb228b58b3949c40.tar.gz
morphs: re-enable nfs mounting
eglibc should be built with the headers available now and nfs support is desired
-rw-r--r--busybox-devel.morph1
-rw-r--r--busybox.morph1
2 files changed, 0 insertions, 2 deletions
diff --git a/busybox-devel.morph b/busybox-devel.morph
index 235082bfa..ce5d5f27c 100644
--- a/busybox-devel.morph
+++ b/busybox-devel.morph
@@ -7,7 +7,6 @@
"sed -e 's/^CONFIG_INETD=.*/# CONFIG_INETD is not set/' -i .config",
"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_NFS=.*/# CONFIG_FEATURE_MOUNT_NFS 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_INSTALL_APPLET_SYMLINKS=.*/# CONFIG_INSTALL_APPLET_SYMLINKS is not set/' -i .config",
diff --git a/busybox.morph b/busybox.morph
index 0307c2598..a9b887be5 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -9,7 +9,6 @@
"sed -e 's/.*FEATURE_COMPRESS_USAGE=.*/CONFIG_FEATURE_COMPRESS_USAGE=y/' -i .config",
"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_NFS=.*/# CONFIG_FEATURE_MOUNT_NFS 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"
],