mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
add support for armel+ac100
This commit is contained in:
parent
18b87630d3
commit
9a7130f307
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.20) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* make sure the right packages are installed on armel+ac100 subarch builds
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 09 Aug 2011 16:17:11 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.19) oneiric; urgency=low
|
livecd-rootfs (2.19) oneiric; urgency=low
|
||||||
|
|
||||||
* Add support for building a pool of packages into the live config:
|
* Add support for building a pool of packages into the live config:
|
||||||
|
@ -197,6 +197,10 @@ case $ARCH in
|
|||||||
add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda
|
add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
|
ac100)
|
||||||
|
add_package install abootimg linux-ac100 flash-kernel
|
||||||
|
BINARY_REMOVE_LINUX=false
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user