diff options
author | Jonathan Liu <net147@gmail.com> | 2013-05-23 08:18:21 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:07:03 +0100 |
commit | 28bb8fe5c144e02c28bff54b5b81c8da33b9f58b (patch) | |
tree | ce665ffbf7d0341f25500bc18d5785242d5e2df8 /meta/recipes-core/busybox/busybox_1.20.2.bb | |
parent | d3fd92010a0b965fe1b7696f7c4e6c02d07f85dc (diff) | |
download | openembedded-core-28bb8fe5c144e02c28bff54b5b81c8da33b9f58b.tar.gz openembedded-core-28bb8fe5c144e02c28bff54b5b81c8da33b9f58b.tar.bz2 openembedded-core-28bb8fe5c144e02c28bff54b5b81c8da33b9f58b.zip |
busybox: backport sulogin empty root password fix
This allows system maintenance login if the root password is empty.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.20.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb index 1445a5e46c..07d722d722 100644 --- a/meta/recipes-core/busybox/busybox_1.20.2.bb +++ b/meta/recipes-core/busybox/busybox_1.20.2.bb @@ -33,6 +33,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://testsuite-du-du-k-works-fix-false-positive.patch \ file://strict-atime.patch \ file://fail_on_no_media.patch \ + file://busybox-sulogin-empty-root-password.patch \ file://inetd.conf \ file://inetd" |