summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhschang <chang@dev3>2013-01-29 05:23:26 (GMT)
committerhschang <chang@dev3>2013-01-29 05:23:26 (GMT)
commit8d7337e64b72dd406a0af71a21ca0a75cad34da7 (patch)
treeb25442153530109465862946c774d478ecd6f4be
parent38671f32d6d51e189d122f865137a4652526863f (diff)
busybox : add login/passwd in defconfig.
-rw-r--r--meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig14
-rw-r--r--meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend2
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig b/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
index 5f26243..b5f4a89 100644
--- a/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
+++ b/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.19.4
-# Thu Jan 24 16:42:02 2013
+# Tue Jan 29 14:06:37 2013
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -460,13 +460,13 @@ CONFIG_LAST_SYSTEM_ID=0
# CONFIG_DELGROUP is not set
# CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set
CONFIG_GETTY=y
-# CONFIG_LOGIN is not set
+CONFIG_LOGIN=y
# CONFIG_PAM is not set
-# CONFIG_LOGIN_SCRIPTS is not set
-# CONFIG_FEATURE_NOLOGIN is not set
-# CONFIG_FEATURE_SECURETTY is not set
-# CONFIG_PASSWD is not set
-# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set
+CONFIG_LOGIN_SCRIPTS=y
+CONFIG_FEATURE_NOLOGIN=y
+CONFIG_FEATURE_SECURETTY=y
+CONFIG_PASSWD=y
+CONFIG_FEATURE_PASSWD_WEAK_CHECK=y
# CONFIG_CRYPTPW is not set
# CONFIG_CHPASSWD is not set
# CONFIG_SU is not set
diff --git a/meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
index 1278af1..8e8fad0 100644
--- a/meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
+++ b/meta-openvuplus/recipes-core/busybox/busybox_1.19.4.bbappend
@@ -1,4 +1,4 @@
-PR .= "-vuplus7"
+PR .= "-vuplus8"
SRC_URI += " \
file://0001-ifupdown-support-post-up-pre-down-hooks.patch \