From a5ac61715b70ef628e1239e92ffd7aae859e8294 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Jun 2008 19:06:25 +0000 Subject: buildroot: s/depends/depends on/ The new kconfig is more strict regarding depends/depends on, so fixup the tree. --- package/busybox/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/busybox') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 551ef635e..1c54e845f 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -11,7 +11,7 @@ config BR2_PACKAGE_BUSYBOX choice prompt "BusyBox Version" - depends BR2_PACKAGE_BUSYBOX + depends on BR2_PACKAGE_BUSYBOX default BR2_BUSYBOX_VERSION_1_10_X help Select the version of BusyBox you wish to use. @@ -55,7 +55,7 @@ config BR2_BUSYBOX_VERSION config BR2_PACKAGE_BUSYBOX_FULLINSTALL bool "Run BusyBox's own full installation" - depends BR2_PACKAGE_BUSYBOX + depends on BR2_PACKAGE_BUSYBOX default y help If you want to run BusyBox's own full install for the @@ -68,7 +68,7 @@ config BR2_PACKAGE_BUSYBOX_FULLINSTALL config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" - depends BR2_PACKAGE_BUSYBOX + depends on BR2_PACKAGE_BUSYBOX default "target/device/x86/i386/busybox.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1 default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_1 -- cgit v1.2.3