diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-09-19 05:14:18 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-09-19 05:14:18 +0000 |
commit | d3c593fa5d2043cb5d98346c7ddb6f2cbdc1ec70 (patch) | |
tree | 26d4013e07e944b12162ad35d7cf145cd0c9535c /obsolete-buildroot | |
parent | 6459546f1638572a3e0ffb148e243bf18ccde31b (diff) |
update busybox/uclibc configs for newer snapshots
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/busybox/busybox.config | 5 | ||||
-rw-r--r-- | 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 |