projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the sdk
[openwrt.git]
/
package
/
busybox
/
config
/
libbb
/
Config.in
diff --git
a/package/busybox/config/libbb/Config.in
b/package/busybox/config/libbb/Config.in
index
7d84a75
..
4919f9b
100644
(file)
--- a/
package/busybox/config/libbb/Config.in
+++ b/
package/busybox/config/libbb/Config.in
@@
-5,6
+5,13
@@
menu "Busybox Library Tuning"
menu "Busybox Library Tuning"
+config BUSYBOX_CONFIG_PASSWORD_MINLEN
+ int "Minimum password length"
+ default 6
+ range 5 32
+ help
+ Minimum allowable password length.
+
config BUSYBOX_CONFIG_MD5_SIZE_VS_SPEED
int " MD5: Trade Bytes for Speed"
default 2
config BUSYBOX_CONFIG_MD5_SIZE_VS_SPEED
int " MD5: Trade Bytes for Speed"
default 2
This page took
0.020022 seconds
and
4
git commands to generate.