Allow kernel-less builds for armel for now (see

https://wiki.ubuntu.com/Specs/ARMImageSelection).
This commit is contained in:
Colin Watson 2009-01-20 23:39:49 +00:00
parent 994992a9d6
commit d1b823a22e
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (0.76) UNRELEASED; urgency=low
* Allow kernel-less builds for armel for now (see
https://wiki.ubuntu.com/Specs/ARMImageSelection).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 20 Jan 2009 23:38:58 +0000
livecd-rootfs (0.75) jaunty; urgency=low
[ Steve Langasek ]

View File

@ -323,6 +323,7 @@ link_in_boot = $link_in_boot
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
sparc*) LIST="$LIST linux-sparc64";;
armel) ;; # no kernel for now
*) echo "Unknown architecture: no kernel."; exit 1;;
esac