mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 13:21:33 +00:00
Import patches-unapplied version 1.131 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: e397bd38a570c8326cfd27d240238d71e316d9d2 New changelog entries: * add support for omap4 images
This commit is contained in:
parent
e397bd38a5
commit
97e8d4f2f5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (1.131) maverick; urgency=low
|
||||||
|
|
||||||
|
* add support for omap4 images
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 02 Jul 2010 11:24:55 +0200
|
||||||
|
|
||||||
livecd-rootfs (1.130) maverick; urgency=low
|
livecd-rootfs (1.130) maverick; urgency=low
|
||||||
|
|
||||||
* Revert to version 1.127: we do want the subarch in the filename so these
|
* Revert to version 1.127: we do want the subarch in the filename so these
|
||||||
|
@ -398,6 +398,10 @@ link_in_boot = $link_in_boot
|
|||||||
LIST="$LIST linux-omap"
|
LIST="$LIST linux-omap"
|
||||||
STRIP_VMLINUZ=no
|
STRIP_VMLINUZ=no
|
||||||
;;
|
;;
|
||||||
|
omap4)
|
||||||
|
LIST="$LIST linux-omap4"
|
||||||
|
STRIP_VMLINUZ=no
|
||||||
|
;;
|
||||||
esac;;
|
esac;;
|
||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user