summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-19 21:06:25 +0200
committerPeter Korsgaard2008-06-19 21:06:25 +0200
commita5ac61715b70ef628e1239e92ffd7aae859e8294 (patch)
tree15728d9cc383c794196d671ad8262fc1d364e7e8 /Config.in
parentpackage/config: add gettext helper (diff)
downloadbuildroot-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.gz
buildroot-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.xz
buildroot-a5ac61715b70ef628e1239e92ffd7aae859e8294.zip
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 799709324..60aefc92c 100644
--- a/Config.in
+++ b/Config.in
@@ -243,14 +243,14 @@ choice
config BR2_STRIP_strip
bool "strip"
- depends !BR2_ENABLE_DEBUG
+ depends on !BR2_ENABLE_DEBUG
help
strip is the normal strip command
config BR2_STRIP_sstrip
bool "sstrip"
select BR2_PACKAGE_SSTRIP_HOST
- depends !BR2_ENABLE_DEBUG
+ depends on !BR2_ENABLE_DEBUG
help
sstrip is a strip that discards more than the normal strip