summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:25 +0000
commita5ac61715b70ef628e1239e92ffd7aae859e8294 (patch)
tree15728d9cc383c794196d671ad8262fc1d364e7e8 /toolchain/uClibc/Config.in
parent9991e8c7fbd18bf12af66b7cf040d2d7de3ed6c0 (diff)
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r--toolchain/uClibc/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index f81373df1..fdf35b5be 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -10,13 +10,13 @@ choice
Select the version of uClibc you wish to use.
config BR2_UCLIBC_VERSION_0_9_28_3
- depends BR2_DEPRECATED
+ depends on BR2_DEPRECATED
bool "uClibc 0.9.28.3"
- depends BR2_EXT_UCLIBC_VERSION_0_9_28_3
+ depends on BR2_EXT_UCLIBC_VERSION_0_9_28_3
config BR2_UCLIBC_VERSION_0_9_29
bool "uClibc 0.9.29"
- depends BR2_EXT_UCLIBC_VERSION_0_9_29
+ depends on BR2_EXT_UCLIBC_VERSION_0_9_29
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"