add support for omap4 subarch and images

This commit is contained in:
Oliver Grawert 2010-07-02 09:42:47 +02:00
parent 44517f39c9
commit d3c2baf997
2 changed files with 10 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (1.131) UNRELEASED; urgency=low
* add support for omap4 images
-- Oliver Grawert <ogra@ubuntu.com> Fri, 02 Jul 2010 09:41:55 +0200
livecd-rootfs (1.130) maverick; urgency=low
* Revert to version 1.127: we do want the subarch in the filename so these

View File

@ -398,6 +398,10 @@ link_in_boot = $link_in_boot
LIST="$LIST linux-omap"
STRIP_VMLINUZ=no
;;
omap4)
LIST="$LIST linux-omap4"
STRIP_VMLINUZ=no
;;
esac;;
*) echo "Unknown architecture: no kernel."; exit 1;;
esac