mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
Use the imx51 kernel on armel
This commit is contained in:
parent
aedba17b4c
commit
ac44a4b9f6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (0.78) UNRELEASED; urgency=low
|
||||
|
||||
* Use the imx51 kernel on armel.
|
||||
|
||||
-- Steve Kowalik <stevenk@ubuntu.com> 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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user