aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bootfloppy/bootfloppy.txt2
-rw-r--r--examples/busybox.spec4
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
12It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded 12It 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}
12Copyright: GPL 12Copyright: GPL
13Group: System/Utilities 13Group: System/Utilities
14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
15URL: http://busybox.lineo.com/ 15URL: http://busybox.net/
16Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz 16Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
17Buildroot: /var/tmp/%{name}-%{version} 17Buildroot: /var/tmp/%{name}-%{version}
18Packager : Erik Andersen <andersen@codepoet.org> 18Packager : Erik Andersen <andersen@codepoet.org>
19 19