mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +00:00
Move armel to subarchitectures so we can support dove and
subarchitecture. Made armel with no subarch default to imx51
This commit is contained in:
parent
97112cf5a4
commit
c858daa68d
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (0.88ubuntu1) karmic; urgency=low
|
||||
|
||||
* Move armel to subarchitectures so we can support dove and
|
||||
subarchitecture. Made armel with no subarch default to imx51
|
||||
|
||||
-- Michael Casadevall <mcasadevall@ubuntu.com> Wed, 05 Aug 2009 07:00:26 -0400
|
||||
|
||||
livecd-rootfs (0.88) karmic; urgency=low
|
||||
|
||||
[ Adam Conrad ]
|
||||
|
@ -330,7 +330,7 @@ link_in_boot = $link_in_boot
|
||||
case "$SUBARCH" in
|
||||
imx51) LIST="$LIST linux-imx51";;
|
||||
dove) LIST="$LIST linux-dove";;
|
||||
*) echo "Unknown armel subarch: no kernel." exit 1;;
|
||||
*) LIST="$LIST linux-imx51";;
|
||||
esac;;
|
||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user