diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-03 08:09:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-03 08:09:38 +0000 |
commit | 8d54a97b64741e6d32efdce84baa0a21a1c54de5 (patch) | |
tree | f84f4b141fcab37a4e40701d0de855c9af5b5a82 | |
parent | 9ddc03dcd570df3d5180fd99c0ddb6f682e948e6 (diff) | |
download | buildroot-novena-8d54a97b64741e6d32efdce84baa0a21a1c54de5.tar.gz buildroot-novena-8d54a97b64741e6d32efdce84baa0a21a1c54de5.zip |
Use cannonical locations
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | busybox.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ USERMODELINUX_PATCH=uml-patch-2.4.17-3.bz2 USERMODELINUX_URI=http://prdownloads.sourceforge.net/user-mode-linux UCLIBC_SOURCE=uClibc-snapshot.tar.gz -UCLIBC_URI=http://uclibc.org/downloads/ +UCLIBC_URI=http://www.uclibc.org/downloads/ # Don't alter below this line unless you (think) you know # what you are doing! Danger, Danger! diff --git a/busybox.mk b/busybox.mk index fcb61ce4a..5d0ed241d 100644 --- a/busybox.mk +++ b/busybox.mk @@ -8,7 +8,7 @@ TARGETS_DISTCLEAN += busybox_distclean BUSYBOX_DIR=$(BASE_DIR)/${shell basename $(BUSYBOX_SOURCE) .tar.gz} BUSYBOX_WORKDIR=$(BASE_DIR)/busybox_workdir -BUSYBOX_URI=http://busybox.net/downloads/ +BUSYBOX_URI=http://www.busybox.net/downloads/ BUSYBOX_SOURCE=busybox-0.60.2.tar.gz IMAGE_SIZE += +500 |