summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-15 16:41:00 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-22 18:25:21 +0000
commit52d1456864d710b211eeb5d5b4c5f7fdc7b8fc8c (patch)
tree767f7a58fc833cfc9b75ecab7bfdbb82bcc7376a
parent904adf511bf2682bc8bef01de83191349dce2516 (diff)
downloaddefinitions-52d1456864d710b211eeb5d5b4c5f7fdc7b8fc8c.tar.gz
Disable busybox lspci
We will use the pciutils lspci
-rw-r--r--strata/build-essential/busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/build-essential/busybox.morph b/strata/build-essential/busybox.morph
index 35f57357..85327648 100644
--- a/strata/build-essential/busybox.morph
+++ b/strata/build-essential/busybox.morph
@@ -41,6 +41,7 @@ configure-commands:
- sed -e 's/CONFIG_FSCK_MINIX=y.*/# CONFIG_FSCK_MINIX is not set/' -i .config
- sed -e 's/CONFIG_LOSETUP=y.*/# CONFIG_LOSETUP is not set/' -i .config
- sed -e 's/CONFIG_LSUSB=y.*/# CONFIG_LSUSB is not set/' -i .config
+- sed -e 's/CONFIG_LSPCI=y.*/# CONFIG_LSPCI is not set/' -i .config
- sed -e 's/CONFIG_LZMA=y.*/# CONFIG_LZMA is not set/' -i .config
- sed -e 's/CONFIG_MKFS_EXT2=y.*/# CONFIG_MKFS_EXT2 is not set/' -i .config
- sed -e 's/CONFIG_MKFS_MINIX=y.*/# CONFIG_MKFS_MINIX is not set/' -i .config