aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Config.src2
-rw-r--r--libbb/Kbuild.src2
2 files changed, 4 insertions, 0 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index a0aeb3683..80b1e0d21 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Busybox Library Tuning" 6menu "Busybox Library Tuning"
7 7
8INSERT
9
8config PASSWORD_MINLEN 10config PASSWORD_MINLEN
9 int "Minimum password length" 11 int "Minimum password length"
10 default 6 12 default 6
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 68d04b3bd..29c136ccb 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -6,6 +6,8 @@
6 6
7lib-y:= 7lib-y:=
8 8
9INSERT
10
9lib-y += appletlib.o 11lib-y += appletlib.o
10lib-y += ask_confirmation.o 12lib-y += ask_confirmation.o
11lib-y += bb_askpass.o 13lib-y += bb_askpass.o