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