summaryrefslogtreecommitdiff
path: root/obsolete-buildroot
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-07-21 06:38:19 +0000
committerMike Baker <mbm@openwrt.org>2004-07-21 06:38:19 +0000
commitce568ad431349bd1214785dfb8ad4712eeee3e26 (patch)
tree513b48dde2c639074d7d276ca9f75fe5ffc6f008 /obsolete-buildroot
parent74ac0c7cf56975c0bb7f2859c86277a9a4941088 (diff)
downloadmtk-20170518-ce568ad431349bd1214785dfb8ad4712eeee3e26.zip
mtk-20170518-ce568ad431349bd1214785dfb8ad4712eeee3e26.tar.gz
mtk-20170518-ce568ad431349bd1214785dfb8ad4712eeee3e26.tar.bz2
Downgrade uclibc, change busybox options - this is a temporary workaround
SVN-Revision: 112
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r--obsolete-buildroot/Makefile2
-rw-r--r--obsolete-buildroot/sources/busybox.config3
2 files changed, 3 insertions, 2 deletions
diff --git a/obsolete-buildroot/Makefile b/obsolete-buildroot/Makefile
index 13955e4..84afb7b 100644
--- a/obsolete-buildroot/Makefile
+++ b/obsolete-buildroot/Makefile
@@ -28,7 +28,7 @@
#
#############################################################
-SNAPSHOT:=20040718
+SNAPSHOT:=20040705
ARCH:=mipsel
USE_UCLIBC_SNAPSHOT:=$(SNAPSHOT)
diff --git a/obsolete-buildroot/sources/busybox.config b/obsolete-buildroot/sources/busybox.config
index 594ba99..2d7c51f 100644
--- a/obsolete-buildroot/sources/busybox.config
+++ b/obsolete-buildroot/sources/busybox.config
@@ -49,7 +49,7 @@ CONFIG_GZIP=y
CONFIG_TAR=y
CONFIG_FEATURE_TAR_CREATE=y
CONFIG_FEATURE_TAR_BZIP2=y
-CONFIG_FEATURE_TAR_FROM=y
+# CONFIG_FEATURE_TAR_FROM is not set
CONFIG_FEATURE_TAR_GZIP=y
# CONFIG_FEATURE_TAR_COMPRESS is not set
# CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY is not set
@@ -287,6 +287,7 @@ CONFIG_FEATURE_2_4_MODULES=y
# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
CONFIG_LSMOD=y
+CONFIG_FEATURE_QUERY_MODULE_INTERFACE=y
# CONFIG_MODPROBE is not set
CONFIG_RMMOD=y
# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set