projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move packages and kernel modules into menus
[openwrt.git]
/
openwrt
/
package
/
cyrus-sasl
/
Config.in
diff --git
a/openwrt/package/cyrus-sasl/Config.in
b/openwrt/package/cyrus-sasl/Config.in
index
71c2144
..
599a87c
100644
(file)
--- a/
openwrt/package/cyrus-sasl/Config.in
+++ b/
openwrt/package/cyrus-sasl/Config.in
@@
-1,9
+1,15
@@
+config BR2_COMPILE_CYRUS_SASL
+ tristate
+ default n
+ depends BR2_PACKAGE_LIBSASL2
+
config BR2_PACKAGE_LIBSASL2
config BR2_PACKAGE_LIBSASL2
- tristate "libsasl2 - General purpose authentication library"
+ prompt "libsasl2.......................... General purpose authentication library"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_CYRUS_SASL
help
A general purpose authentication library.
http://asg.web.cmu.edu/sasl/
help
A general purpose authentication library.
http://asg.web.cmu.edu/sasl/
-
This page took
0.020982 seconds
and
4
git commands to generate.