diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/busybox/busybox-1.9.1/defconfig | 4 | ||||
-rw-r--r-- | meta/packages/busybox/busybox_1.9.1.bb | 2 |
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 fe37c2b721..a0768d4bb8 100644 --- a/meta/packages/busybox/busybox-1.9.1/defconfig +++ b/meta/packages/busybox/busybox-1.9.1/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.9.1 | 3 | # Busybox version: 1.9.1 |
4 | # Fri Jul 25 12:25:34 2008 | 4 | # Wed Oct 8 16:19:41 2008 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | 7 | ||
@@ -369,7 +369,7 @@ CONFIG_XARGS=y | |||
369 | # CONFIG_FEATURE_EXTRA_QUIET is not set | 369 | # CONFIG_FEATURE_EXTRA_QUIET is not set |
370 | # CONFIG_FEATURE_INIT_COREDUMPS is not set | 370 | # CONFIG_FEATURE_INIT_COREDUMPS is not set |
371 | # CONFIG_FEATURE_INITRD is not set | 371 | # CONFIG_FEATURE_INITRD is not set |
372 | # CONFIG_HALT is not set | 372 | CONFIG_HALT=y |
373 | # CONFIG_MESG is not set | 373 | # CONFIG_MESG is not set |
374 | 374 | ||
375 | # | 375 | # |
diff --git a/meta/packages/busybox/busybox_1.9.1.bb b/meta/packages/busybox/busybox_1.9.1.bb index 90a7b20385..fb6ff70d24 100644 --- a/meta/packages/busybox/busybox_1.9.1.bb +++ b/meta/packages/busybox/busybox_1.9.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r8" | 2 | PR = "r9" |
3 | 3 | ||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ | 4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ |
5 | http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \ | 5 | http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \ |