summaryrefslogtreecommitdiffstats
path: root/configs/raspberrypi_defconfig
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-02-10 21:53:25 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-10 22:05:59 +0100
commit66245d03cc7d539c30eacdd1b2eef2ae5314b68a (patch)
treefdd1deca163d53738d9e04cc14dd163cbedd0ce5 /configs/raspberrypi_defconfig
parentbc833466b3587fa4f949020ebd72106c520c9dee (diff)
downloadbuildroot-66245d03cc7d539c30eacdd1b2eef2ae5314b68a.tar.gz
buildroot-66245d03cc7d539c30eacdd1b2eef2ae5314b68a.zip
configs/raspberrypi: remove packages not strictly required
rpi-userland and libcoffi are not strictly required to boot up the Raspberry Pi, so remove them from the defconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/raspberrypi_defconfig')
-rw-r--r--configs/raspberrypi_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index b334b0adab..2d1cc34750 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -7,8 +7,6 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_PACKAGE_RPI_FIRMWARE=y
-BR2_PACKAGE_RPI_USERLAND=y
-BR2_PACKAGE_LIBCOFI=y
# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
BR2_KERNEL_HEADERS_VERSION=y
OpenPOWER on IntegriCloud