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: | |||
6 | 6 | ||
7 | - Linux Kernel (http://www.kernel.org) | 7 | - Linux Kernel (http://www.kernel.org) |
8 | - uClibc: C library (http://cvs.uclinux.org/uClibc.html) | 8 | - uClibc: C library (http://cvs.uclinux.org/uClibc.html) |
9 | - Busybox: Unix utilities (http://busybox.lineo.com) | 9 | - Busybox: Unix utilities (http://busybox.net/) |
10 | - Syslinux: bootloader (http://syslinux.zytor.com) | 10 | - Syslinux: bootloader (http://syslinux.zytor.com) |
11 | 11 | ||
12 | It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded | 12 | 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} | |||
12 | Copyright: GPL | 12 | Copyright: GPL |
13 | Group: System/Utilities | 13 | Group: System/Utilities |
14 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 14 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
15 | URL: http://busybox.lineo.com/ | 15 | URL: http://busybox.net/ |
16 | Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz | 16 | Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz |
17 | Buildroot: /var/tmp/%{name}-%{version} | 17 | Buildroot: /var/tmp/%{name}-%{version} |
18 | Packager : Erik Andersen <andersen@codepoet.org> | 18 | Packager : Erik Andersen <andersen@codepoet.org> |
19 | 19 | ||