summaryrefslogtreecommitdiff
path: root/openwrt/package/samba/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 18:26:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 18:26:35 +0000
commit7c3871569458ab2a497937f68e81172bfc0e7802 (patch)
tree80b6c4a94b3c97ed390dcd123f2c791327f7faa7 /openwrt/package/samba/Config.in
parent439b8bac004b39878f4db038d8730887edd115ba (diff)
downloadmtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.zip
mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.gz
mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.bz2
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
SVN-Revision: 2388
Diffstat (limited to 'openwrt/package/samba/Config.in')
-rw-r--r--openwrt/package/samba/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/samba/Config.in b/openwrt/package/samba/Config.in
index 4382216..bf01850 100644
--- a/openwrt/package/samba/Config.in
+++ b/openwrt/package/samba/Config.in
@@ -1,7 +1,7 @@
#menu "samba............................. A NetBIOS/SMB implementation"
config BR2_COMPILE_SAMBA
- bool
+ tristate
default n
depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS