diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-25 00:33:50 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-25 00:33:50 +0000 |
commit | fad8dc204d75f46bfd92e5abd85b28b10471f19f (patch) | |
tree | 101b8de5450603d29378ce3d293d6e7c02815a32 /busybox | |
parent | 7eeac6ca1d21473c9976124805359b4e28033fdc (diff) | |
download | openembedded-fad8dc204d75f46bfd92e5abd85b28b10471f19f.tar.gz |
enable LFS
BKrev: 4154bceelMLtixks8VfDz0MC1LxX-A
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox-1.00-rc3/defconfig | 4 | ||||
-rw-r--r-- | busybox/busybox_1.00-rc3.oe | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/busybox/busybox-1.00-rc3/defconfig b/busybox/busybox-1.00-rc3/defconfig index 73cde6a6af..5a206f42df 100644 --- a/busybox/busybox-1.00-rc3/defconfig +++ b/busybox/busybox-1.00-rc3/defconfig @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # # CONFIG_STATIC is not set -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" @@ -137,6 +137,7 @@ CONFIG_TEST=y # # test (forced enabled for use with shell) # +# CONFIG_FEATURE_TEST_64 is not set CONFIG_TOUCH=y CONFIG_TR=y CONFIG_TRUE=y @@ -253,6 +254,7 @@ CONFIG_XARGS=y # CONFIG_ADDUSER is not set # CONFIG_DELUSER is not set # CONFIG_GETTY is not set +CONFIG_FEATURE_U_W_TMP=y # CONFIG_LOGIN is not set # CONFIG_PASSWD is not set # CONFIG_SU is not set diff --git a/busybox/busybox_1.00-rc3.oe b/busybox/busybox_1.00-rc3.oe index 3437f6466b..56381fee84 100644 --- a/busybox/busybox_1.00-rc3.oe +++ b/busybox/busybox_1.00-rc3.oe @@ -10,7 +10,7 @@ system." LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r6" +PR = "r7" # file://busybox-1.00-pre10-fuser.patch;patch=1 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ |