1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

temporary hack.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-08-08 04:06:52 +00:00
parent 4a9cbd00d5
commit df78380ffa
2 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,11 @@ ifneq ($(strip $(USE_BUSYBOX_SNAPSHOT)),)
# Be aware that this changes daily....
BUSYBOX_DIR:=$(BUILD_DIR)/busybox
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
#
# TEMPORARY HACK!
#
BUSYBOX_SITE:=http://openwrt.ksilebo.net/downloads
else
BUSYBOX_DIR:=$(BUILD_DIR)/busybox-1.00-pre8
BUSYBOX_SOURCE:=busybox-1.00-pre8.tar.bz2

View File

@ -7,7 +7,11 @@ ifneq ($(strip $(USE_UCLIBC_SNAPSHOT)),)
# Be aware that this changes daily....
UCLIBC_DIR:=$(BUILD_DIR)/uClibc
UCLIBC_SOURCE:=uClibc-$(strip $(USE_UCLIBC_SNAPSHOT)).tar.bz2
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
#UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
#
# TEMPORARY HACK!
#
UCLIBC_SITE:=http://openwrt.ksilebo.net/downloads
else
UCLIBC_DIR:=$(BUILD_DIR)/uClibc-0.9.26
UCLIBC_SOURCE:=uClibc-0.9.26.tar.bz2