mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
switch imx51 metapackage name to linux-babbage, make imx51 images build from universe since our kernel isnt in main yet
This commit is contained in:
parent
690cd7e1ec
commit
a1f4a63114
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
livecd-rootfs (0.90) UNRELEASED; urgency=low
|
||||
|
||||
* make armel imx51 build from universe for alpha4 until our kernel package
|
||||
is in main.
|
||||
* change linux metapackage name to linux-babbage on imx51 to reflect the new
|
||||
name choice of the kernel team.
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 11 Aug 2009 10:55:54 +0200
|
||||
|
||||
livecd-rootfs (0.89) karmic; urgency=low
|
||||
|
||||
[ Michael Casadevall ]
|
||||
|
@ -327,9 +327,13 @@ link_in_boot = $link_in_boot
|
||||
sparc*) LIST="$LIST linux-sparc64";;
|
||||
armel)
|
||||
case "$SUBARCH" in
|
||||
imx51) LIST="$LIST linux-imx51";;
|
||||
imx51)
|
||||
LIST="$LIST linux-babbage"
|
||||
# temporarily enable universe until kernel is in main
|
||||
COMP="main restricted universe"
|
||||
;;
|
||||
dove) LIST="$LIST linux-dove";;
|
||||
*) LIST="$LIST linux-imx51";;
|
||||
*) LIST="$LIST linux-babbage";;
|
||||
esac;;
|
||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user