From ac44a4b9f6dfe6ffd294736a7701376fd6dc8c5a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 23 Mar 2009 21:50:38 +1100 Subject: [PATCH] Use the imx51 kernel on armel --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2d6a6fbe..eada843c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.78) UNRELEASED; urgency=low + + * Use the imx51 kernel on armel. + + -- Steve Kowalik Mon, 23 Mar 2009 09:49:30 +1100 + livecd-rootfs (0.77) jaunty; urgency=low * Remove the D-Bus machine identifier from the livefs; it needs to be diff --git a/livecd.sh b/livecd.sh index be4708f0..62400ffd 100755 --- a/livecd.sh +++ b/livecd.sh @@ -323,7 +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 + armel) LIST="$LIST linux-imx51 linux-headers-imx51";; *) echo "Unknown architecture: no kernel."; exit 1;; esac