summaryrefslogtreecommitdiffstats
path: root/package/samba
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-19 21:06:25 +0200
committerPeter Korsgaard2008-06-19 21:06:25 +0200
commita5ac61715b70ef628e1239e92ffd7aae859e8294 (patch)
tree15728d9cc383c794196d671ad8262fc1d364e7e8 /package/samba
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 'package/samba')
-rw-r--r--package/samba/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in
index 134ee790b..08c605f66 100644
--- a/package/samba/Config.in
+++ b/package/samba/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_SAMBA
so choose only the components you need.
menu "Samba tools selection"
- depends BR2_PACKAGE_SAMBA
+ depends on BR2_PACKAGE_SAMBA
config BR2_PACKAGE_SAMBA_CIFS
bool "cifs"