From 952d96d5aed88bf0e7f7e6df55003c9ad5115f10 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 29 Jul 2011 08:53:55 +0200 Subject: util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependency Drop the dependency as it isn't really nice that other packages need to select it, and kconf complains about it: warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies (!BR2_PACKAGE_BUSYBOX) Instead ensure that only the libraries are built by default, so busybox applets are still used unless explicitly configured. Signed-off-by: Peter Korsgaard --- package/gdisk/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/gdisk') diff --git a/package/gdisk/Config.in b/package/gdisk/Config.in index 02bc188ff..24d305d1f 100644 --- a/package/gdisk/Config.in +++ b/package/gdisk/Config.in @@ -14,7 +14,6 @@ config BR2_PACKAGE_GDISK config BR2_PACKAGE_GDISK_GDISK bool "interactive gdisk" depends on BR2_PACKAGE_GDISK - select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # util-linux select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID help @@ -25,7 +24,6 @@ config BR2_PACKAGE_GDISK_GDISK config BR2_PACKAGE_GDISK_SGDISK bool "command line sgdisk" depends on BR2_PACKAGE_GDISK - select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # util-linux select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID select BR2_PACKAGE_POPT -- cgit v1.2.3