buildroot: s/depends/depends on/

The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
This commit is contained in:
Peter Korsgaard
2008-06-19 19:06:25 +00:00
parent 9991e8c7fb
commit a5ac61715b
59 changed files with 304 additions and 304 deletions

View File

@@ -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