reorganize/rationalize/format package menuconfig,
[openwrt.git] / package / cyrus-sasl / Config.in
1 config BR2_COMPILE_CYRUS_SASL
2 bool
3 default n
4 depends BR2_PACKAGE_LIBSASL2
5
6 config BR2_PACKAGE_LIBSASL2
7 prompt "libsasl2.......................... General purpose authentication library"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_CYRUS_SASL
11 help
12 A general purpose authentication library.
13
14 http://asg.web.cmu.edu/sasl/
15
This page took 0.052732 seconds and 5 git commands to generate.