diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bootfloppy/bootfloppy.txt | 2 | ||||
-rw-r--r-- | examples/busybox.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/bootfloppy/bootfloppy.txt b/examples/bootfloppy/bootfloppy.txt index 575c93fcc..36d6280af 100644 --- a/examples/bootfloppy/bootfloppy.txt +++ b/examples/bootfloppy/bootfloppy.txt @@ -6,7 +6,7 @@ components: - Linux Kernel (http://www.kernel.org) - uClibc: C library (http://cvs.uclinux.org/uClibc.html) - - Busybox: Unix utilities (http://busybox.lineo.com) + - Busybox: Unix utilities (http://busybox.net/) - Syslinux: bootloader (http://syslinux.zytor.com) It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded diff --git a/examples/busybox.spec b/examples/busybox.spec index 6ac26d5fa..188b09b29 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec @@ -12,8 +12,8 @@ Serial: %{serial} Copyright: GPL Group: System/Utilities Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. -URL: http://busybox.lineo.com/ -Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz +URL: http://busybox.net/ +Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz Buildroot: /var/tmp/%{name}-%{version} Packager : Erik Andersen <andersen@codepoet.org> |