Upgrade to newer sources.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@188 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
7a6f710689
commit
a8469c9a67
|
@ -28,12 +28,12 @@
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
SNAPSHOT:=20041031
|
SNAPSHOT:=20050101
|
||||||
|
|
||||||
ARCH:=mipsel
|
ARCH:=mipsel
|
||||||
USE_UCLIBC_SNAPSHOT:=$(SNAPSHOT)
|
USE_UCLIBC_SNAPSHOT:=$(SNAPSHOT)
|
||||||
USE_UCLIBC_LDSO_0_9_24:=false
|
USE_UCLIBC_LDSO_0_9_24:=false
|
||||||
USE_BUSYBOX_SNAPSHOT:=$(SNAPSHOT)
|
#USE_BUSYBOX_SNAPSHOT:=$(SNAPSHOT)
|
||||||
USE_NETFILTER_SNAPSHOT:=20041009
|
USE_NETFILTER_SNAPSHOT:=20041009
|
||||||
USE_BRIDGE_VERSION:=1.0.4
|
USE_BRIDGE_VERSION:=1.0.4
|
||||||
BUILD_WITH_LARGEFILE:=true
|
BUILD_WITH_LARGEFILE:=true
|
||||||
|
|
|
@ -10,8 +10,8 @@ BUSYBOX_DIR:=$(BUILD_DIR)/busybox
|
||||||
BUSYBOX_SOURCE:=busybox-$(strip $(USE_BUSYBOX_SNAPSHOT)).tar.bz2
|
BUSYBOX_SOURCE:=busybox-$(strip $(USE_BUSYBOX_SNAPSHOT)).tar.bz2
|
||||||
BUSYBOX_SITE:=http://www.busybox.net/downloads/snapshots
|
BUSYBOX_SITE:=http://www.busybox.net/downloads/snapshots
|
||||||
else
|
else
|
||||||
BUSYBOX_DIR:=$(BUILD_DIR)/busybox-1.00-pre8
|
BUSYBOX_DIR:=$(BUILD_DIR)/busybox-1.00
|
||||||
BUSYBOX_SOURCE:=busybox-1.00-pre8.tar.bz2
|
BUSYBOX_SOURCE:=busybox-1.00.tar.bz2
|
||||||
BUSYBOX_SITE:=http://www.busybox.net/downloads
|
BUSYBOX_SITE:=http://www.busybox.net/downloads
|
||||||
endif
|
endif
|
||||||
BUSYBOX_UNZIP=bzcat
|
BUSYBOX_UNZIP=bzcat
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
DNSMASQ_SITE=http://thekelleys.org.uk/dnsmasq
|
DNSMASQ_SITE=http://thekelleys.org.uk/dnsmasq
|
||||||
ifeq ($(filter $(TARGETS),dnsmasq1),)
|
ifeq ($(filter $(TARGETS),dnsmasq1),)
|
||||||
DNSMASQ_SOURCE=dnsmasq-2.17.tar.gz
|
DNSMASQ_SOURCE=dnsmasq-2.19.tar.gz
|
||||||
DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.17
|
DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.19
|
||||||
DNSMASQ_VER=dnsmasq2
|
DNSMASQ_VER=dnsmasq2
|
||||||
else
|
else
|
||||||
DNSMASQ_SOURCE=dnsmasq-1.18.tar.gz
|
DNSMASQ_SOURCE=dnsmasq-1.18.tar.gz
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
#
|
#
|
||||||
# TARGET_alpha is not set
|
# TARGET_alpha is not set
|
||||||
# TARGET_arm is not set
|
# TARGET_arm is not set
|
||||||
|
# TARGET_bfin is not set
|
||||||
# TARGET_cris is not set
|
# TARGET_cris is not set
|
||||||
# TARGET_e1 is not set
|
# TARGET_e1 is not set
|
||||||
# TARGET_frv is not set
|
# TARGET_frv is not set
|
||||||
|
@ -60,7 +61,6 @@ LDSO_CACHE_SUPPORT=y
|
||||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
|
# LDSO_PRELOAD_FILE_SUPPORT is not set
|
||||||
LDSO_BASE_FILENAME="ld.so"
|
LDSO_BASE_FILENAME="ld.so"
|
||||||
UCLIBC_CTOR_DTOR=y
|
UCLIBC_CTOR_DTOR=y
|
||||||
# UCLIBC_PROPOLICE is not set
|
|
||||||
# HAS_NO_THREADS is not set
|
# HAS_NO_THREADS is not set
|
||||||
UCLIBC_HAS_THREADS=y
|
UCLIBC_HAS_THREADS=y
|
||||||
PTHREADS_DEBUG_SUPPORT=y
|
PTHREADS_DEBUG_SUPPORT=y
|
||||||
|
@ -140,6 +140,11 @@ SHARED_LIB_LOADER_PREFIX="/lib"
|
||||||
RUNTIME_PREFIX="/"
|
RUNTIME_PREFIX="/"
|
||||||
DEVEL_PREFIX="/usr/"
|
DEVEL_PREFIX="/usr/"
|
||||||
|
|
||||||
|
#
|
||||||
|
# uClibc security related options
|
||||||
|
#
|
||||||
|
# UCLIBC_SECURITY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# uClibc development/debugging options
|
# uClibc development/debugging options
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue