From c482c5ab6f0a08f64c31ab4bd0896f9c2882c909 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 21 Dec 2010 20:25:29 +0100 Subject: busybox: get rid of BR2_PACKAGE_BUSYBOX_FULLINSTALL As discussed on IRC, this only needs to be disabled for very specific configurations, and it can nowadays be done with a custom busybox .config (CONFIG_INSTALL_APPLET_DONT), so get rid of the option. Signed-off-by: Peter Korsgaard --- package/busybox/Config.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'package/busybox/Config.in') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 19c68cda5..79a634160 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -42,18 +42,6 @@ config BR2_BUSYBOX_VERSION default "1.17.4" if BR2_BUSYBOX_VERSION_1_17_X default "1.18.1" if BR2_BUSYBOX_VERSION_1_18_X -config BR2_PACKAGE_BUSYBOX_FULLINSTALL - bool "Install symlinks to BusyBox applets" - default y - help - If you want to run BusyBox's own full install for the - configured applets, then answer Y. - - This may overwrite files from other packages if your - busybox includes replacement applets for the package. - - If you wish to just install /bin/busybox, then answer N. - config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" default "package/busybox/busybox-1.18.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT -- cgit v1.2.3