From 11dac4e784d877510c6b016b526ae892c9f3f93e Mon Sep 17 00:00:00 2001 From: Matthias Blankertz Date: Sun, 13 Jul 2014 17:58:21 +0200 Subject: [PATCH] - Fix busybox config --- buildroot.config | 1 + busybox-1.22.1.panda.config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot.config b/buildroot.config index 59295bf..ba77c45 100644 --- a/buildroot.config +++ b/buildroot.config @@ -21,6 +21,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12.24" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(TOPDIR)/../linux-3.12.x.config" BR2_LINUX_KERNEL_INSTALL_TARGET=y +BR2_PACKAGE_BUSYBOX_CONFIG="$(TOPDIR)/../busybox-1.22.1.panda.config" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y BR2_PACKAGE_XZ=y BR2_PACKAGE_DOSFSTOOLS=y diff --git a/busybox-1.22.1.panda.config b/busybox-1.22.1.panda.config index 0270510..a6ff520 100644 --- a/busybox-1.22.1.panda.config +++ b/busybox-1.22.1.panda.config @@ -692,7 +692,7 @@ CONFIG_DC=y # CONFIG_DEVFSD_VERBOSE is not set # CONFIG_FEATURE_DEVFS is not set CONFIG_DEVMEM=y -CONFIG_EJECT=y +CONFIG_EJECT=n # CONFIG_FEATURE_EJECT_SCSI is not set # CONFIG_FBSPLASH is not set # CONFIG_FLASHCP is not set