]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Allow a builtin echo for speed
authorRichard Purdie <richard@openedhand.com>
Tue, 12 Aug 2008 16:01:13 +0000 (16:01 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 12 Aug 2008 16:01:13 +0000 (16:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5062 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/busybox/busybox-1.9.1/defconfig
meta/packages/busybox/busybox_1.9.1.bb

index ad7343e6f8fa64b21884e0685c291818100ef38a..fe37c2b721de7bd6fd1df319cbdba1fd6407dc43 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Busybox version: 1.9.1
-# Thu Feb 14 11:54:00 2008
+# Fri Jul 25 12:25:34 2008
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -386,7 +386,7 @@ CONFIG_XARGS=y
 # CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set
 # CONFIG_DELUSER is not set
 # CONFIG_GETTY is not set
-# CONFIG_FEATURE_UTMP is not set
+CONFIG_FEATURE_UTMP=y
 # CONFIG_FEATURE_WTMP is not set
 # CONFIG_LOGIN is not set
 # CONFIG_PAM is not set
@@ -705,7 +705,7 @@ CONFIG_ASH_ALIAS=y
 CONFIG_ASH_MATH_SUPPORT=y
 # CONFIG_ASH_MATH_SUPPORT_64 is not set
 CONFIG_ASH_GETOPTS=y
-# CONFIG_ASH_BUILTIN_ECHO is not set
+CONFIG_ASH_BUILTIN_ECHO=y
 CONFIG_ASH_BUILTIN_TEST=y
 # CONFIG_ASH_CMDCMD is not set
 # CONFIG_ASH_MAIL is not set
index 5461c0587cfecb783aa10864daab6e53e58359d9..90a7b20385763dbe4c2b3411c6610771ad086d38 100644 (file)
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r7"
+PR = "r8"
 
 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 \