mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
Fixup broken URLs
This commit is contained in:
parent
c994e72081
commit
7dbaf9a4c7
@ -7,7 +7,7 @@ UMLINUX_DIR=$(BUILD_DIR)/linux
|
||||
UMLINUX_SOURCE=linux-2.4.18.tar.bz2
|
||||
UMLINUX_SITE=http://ftp.us.kernel.org/pub/linux/kernel/v2.4
|
||||
UMLINUX_PATCH_1:=uml-patch-2.4.18-19.bz2
|
||||
UMLINUX_PATCH_1_SITE:=http://prdownloads.sourceforge.net/user-mode-linux
|
||||
UMLINUX_PATCH_1_SITE:=http://telia.dl.sourceforge.net/sourceforge/user-mode-linux
|
||||
UMLINUX_KCONFIG=$(SOURCE_DIR)/linux-uml.config
|
||||
|
||||
$(DL_DIR)/$(UMLINUX_SOURCE):
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
ZLIB_SOURCE=zlib-1.1.4.tar.bz2
|
||||
ZLIB_SITE=http://prdownloads.sourceforge.net/libpng
|
||||
ZLIB_SITE=http://telia.dl.sourceforge.net/sourceforge/libpng
|
||||
ZLIB_DIR=$(BUILD_DIR)/zlib-1.1.4
|
||||
ifeq ($(strip $(BUILD_WITH_LARGEFILE)),true)
|
||||
ZLIB_CFLAGS="-Os -g -fPIC -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64"
|
||||
|
Loading…
Reference in New Issue
Block a user