From 21af2fe7f8c6010b24f29676070bba4a3cfed8a0 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 19 Sep 2004 05:14:18 +0000 Subject: [PATCH] update busybox/uclibc configs for newer snapshots SVN-Revision: 161 --- .../sources/openwrt/busybox/busybox.config | 5 +++-- obsolete-buildroot/sources/uClibc.config | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/obsolete-buildroot/sources/openwrt/busybox/busybox.config b/obsolete-buildroot/sources/openwrt/busybox/busybox.config index 2d7c51fb34..49f0be79bd 100644 --- a/obsolete-buildroot/sources/openwrt/busybox/busybox.config +++ b/obsolete-buildroot/sources/openwrt/busybox/busybox.config @@ -15,7 +15,8 @@ CONFIG_FEATURE_VERBOSE_USAGE=y CONFIG_FEATURE_DEVFS=y CONFIG_FEATURE_DEVPTS=y # CONFIG_FEATURE_CLEAN_UP is not set -# CONFIG_FEATURE_SUID is not set +CONFIG_FEATURE_SUID=y +# CONFIG_FEATURE_SUID_CONFIG is not set # CONFIG_SELINUX is not set # @@ -132,6 +133,7 @@ CONFIG_TEST=y # # test (forced enabled for use with shell) # +# CONFIG_FEATURE_TEST_64 is not set CONFIG_TOUCH=y # CONFIG_TR is not set CONFIG_TRUE=y @@ -270,7 +272,6 @@ CONFIG_CRONTAB=y # CONFIG_HDPARM is not set # CONFIG_MAKEDEVS is not set # CONFIG_MT is not set -CONFIG_RESETMON=y # CONFIG_RX is not set CONFIG_STRINGS=y CONFIG_TIME=y diff --git a/obsolete-buildroot/sources/uClibc.config b/obsolete-buildroot/sources/uClibc.config index e8f40a4288..f3e425568e 100644 --- a/obsolete-buildroot/sources/uClibc.config +++ b/obsolete-buildroot/sources/uClibc.config @@ -41,7 +41,7 @@ UCLIBC_HAS_FLOATS=y HAS_FPU=y DO_C99_MATH=y WARNINGS="-Wall" -KERNEL_SOURCE="/usr/src/linux" +KERNEL_SOURCE="/usr/src/cvs/buildroot/build_mipsel/WRT54GS/release/src/linux/linux" C_SYMBOL_PREFIX="" HAVE_DOT_CONFIG=y @@ -59,7 +59,6 @@ BUILD_UCLIBC_LDSO=y LDSO_LDD_SUPPORT=y UCLIBC_CTOR_DTOR=y # UCLIBC_PROPOLICE is not set -# UCLIBC_PROFILING is not set # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y @@ -88,6 +87,8 @@ UCLIBC_HAS_FULL_RPC=y # # String and Stdio Support # +# UCLIBC_HAS_STRING_GENERIC_OPT is not set +UCLIBC_HAS_STRING_ARCH_OPT=y UCLIBC_HAS_CTYPE_TABLES=y UCLIBC_HAS_CTYPE_SIGNED=y # UCLIBC_HAS_CTYPE_UNSAFE is not set @@ -134,8 +135,8 @@ UCLIBC_HAS_GLOB=y # Library Installation Options # SHARED_LIB_LOADER_PREFIX="/lib" -RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" -DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" +RUNTIME_PREFIX="/" +DEVEL_PREFIX="/usr/" # # uClibc development/debugging options