summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-10-08 14:23:47 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-10-08 14:23:47 +0000
commit1ed1a58d623ee7638126cb32659d6512d1260945 (patch)
treea32b25351de39ed2f77b31f50b964e7c3d164ec5
parent228f25bb45cdd571a20f33d92c9fdcf732586b03 (diff)
downloadopenembedded-core-1ed1a58d623ee7638126cb32659d6512d1260945.tar.gz
openembedded-core-1ed1a58d623ee7638126cb32659d6512d1260945.tar.bz2
openembedded-core-1ed1a58d623ee7638126cb32659d6512d1260945.tar.xz
openembedded-core-1ed1a58d623ee7638126cb32659d6512d1260945.zip
busybox: Add the halt command
It's nice to be able to reboot after installing. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5454 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/busybox/busybox-1.9.1/defconfig4
-rw-r--r--meta/packages/busybox/busybox_1.9.1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/busybox/busybox-1.9.1/defconfig b/meta/packages/busybox/busybox-1.9.1/defconfig
index fe37c2b72..a0768d4bb 100644
--- a/meta/packages/busybox/busybox-1.9.1/defconfig
+++ b/meta/packages/busybox/busybox-1.9.1/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.9.1
-# Fri Jul 25 12:25:34 2008
+# Wed Oct 8 16:19:41 2008
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -369,7 +369,7 @@ CONFIG_XARGS=y
# CONFIG_FEATURE_EXTRA_QUIET is not set
# CONFIG_FEATURE_INIT_COREDUMPS is not set
# CONFIG_FEATURE_INITRD is not set
-# CONFIG_HALT is not set
+CONFIG_HALT=y
# CONFIG_MESG is not set
#
diff --git a/meta/packages/busybox/busybox_1.9.1.bb b/meta/packages/busybox/busybox_1.9.1.bb
index 90a7b2038..fb6ff70d2 100644
--- a/meta/packages/busybox/busybox_1.9.1.bb
+++ b/meta/packages/busybox/busybox_1.9.1.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r8"
+PR = "r9"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \