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. --- toolchain/binutils/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'toolchain/binutils') diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index c44bb449b..8661bd777 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -9,20 +9,20 @@ choice Select the version of binutils you wish to use. config BR2_BINUTILS_VERSION_2_17 - depends BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED - depends BR2_EXT_BINUTILS_VERSION_2_17 + depends on BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED + depends on BR2_EXT_BINUTILS_VERSION_2_17 bool "binutils 2.17" config BR2_BINUTILS_VERSION_2_17_50_0_17 - depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED + depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.17.50.0.17" config BR2_BINUTILS_VERSION_2_18 - depends !BR2_avr32 && !BR2_nios2 + depends on !BR2_avr32 && !BR2_nios2 bool "binutils 2.18" config BR2_BINUTILS_VERSION_2_18_50_0_1 - depends !BR2_avr32 && !BR2_nios2 + depends on !BR2_avr32 && !BR2_nios2 bool "binutils 2.18.50.0.1" endchoice -- cgit v1.2.3