make sure ac100 images have universe enabled since the kernel lives there

This commit is contained in:
Oliver Grawert 2011-08-10 13:14:30 +02:00
parent 26a117ed03
commit 6ff8bfb69f
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.21) UNRELEASED; urgency=low
* make sure ac100 images have universe enabled since the kernel lives there.
-- Oliver Grawert <ogra@ubuntu.com> Wed, 10 Aug 2011 13:13:25 +0200
livecd-rootfs (2.20) oneiric; urgency=low
* make sure the right packages are installed on armel+ac100 subarch builds

View File

@ -198,6 +198,7 @@ case $ARCH in
BINARY_REMOVE_LINUX=false
;;
ac100)
COMPONENTS='main restricted universe'
add_package install abootimg linux-ac100 flash-kernel
BINARY_REMOVE_LINUX=false
;;