summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-22 12:49:46 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:38 +0000
commitca15000a0106a0f201ad43916aafc9b279936b38 (patch)
treeee8b898c6500ce9796b62ee6725e557410e8efad
parent579946163a0fa0785660d54d94dac765b5223ea9 (diff)
downloadbusybox-ca15000a0106a0f201ad43916aafc9b279936b38.tar.gz
busbox.morph: disable / and /usr split
busybox by default will install some binaries in /bin and some in /usr/bin based on the conventional locations of binaries We have /usr as a symlink though so this doesn't matter to us and it confuses builds when PREFIX is used
-rw-r--r--busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index ee1a9790d..d64e8297c 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -11,6 +11,7 @@
"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|.*UDHCPC_DEFAULT_SCRIPT=.*|CONFIG_UDHCPC_DEFAULT_SCRIPT=\"'\"$PREFIX\"/share/udhcpc/default.script'\"|' -i .config",
+ "sed -e 's/.*INSTALL_NO_USR=.*/CONFIG_INSTALL_NO_USR=y/' -i .config",
"sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i .config"
],
"build-commands": [