summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-02 14:57:31 +0100
committerSuper user <root@baserock.(none)>2012-09-17 13:11:39 +0000
commitd46ff07a58acf0b407249b0880042998ba5db98b (patch)
treee2fce270cf9b43341d66841c085dfbbfea67de49
parent8a17fd89eba0ca1a75e7424c6442a3e9370cf337 (diff)
downloadbusybox-d46ff07a58acf0b407249b0880042998ba5db98b.tar.gz
busybox.morph: remove losetup
a more useful implementation of losetup is provided in util-linux, which is also part of foundation, so this losetup should not be used
-rw-r--r--busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index de8442ce1..120c63996 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -20,6 +20,7 @@
"sed -e 's/.*MODPROBE=.*/CONFIG_MODPROBE=y/' -i .config",
"sed -e 's/.*FEATURE_MODPROBE_BLACKLIST=.*/CONFIG_FEATURE_MODPROBE_BLACKLIST=y/' -i .config",
"sed -e 's/.*FEATURE_LSMOD_PRETTY_2_6_OUTPUT=.*/CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y/' -i .config",
+ "sed -e 's/.*CONFIG_LOSETUP.*/# CONFIG_LOSETUP is not set/' -i .config",
"sed -e 's/.*CONFIG_LSUSB.*/# CONFIG_LSUSB is not set/' -i .config",
"sed -e 's/.*CONFIG_MKFS_EXT2.*/# CONFIG_MKFS_EXT2 is not set/' -i .config",
"sed -e 's/.*CONFIG_FSCK_MINIX.*/# CONFIG_FSCK_MINIX is not set/' -i .config",