From 1824be870d201736555cd2c94743b1b5484f4b33 Mon Sep 17 00:00:00 2001 From: Jani Monoses Date: Wed, 24 Aug 2011 18:20:03 +0300 Subject: [PATCH] Set KERNEL_FLAVOURS for mx5. --- debian/changelog | 6 ++++++ live-build/auto/config | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 85794d0a..f88cb706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.35) UNRELEASED; urgency=low + + * Set KERNEL_FLAVOURS for mx5. + + -- Jani Monoses Wed, 24 Aug 2011 18:18:42 +0300 + livecd-rootfs (2.34) oneiric; urgency=low * drop FLASH_KERNEL_SKIP from live-build config, flash-kernel suppression is diff --git a/live-build/auto/config b/live-build/auto/config index 53169ae0..4c0cb360 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -204,7 +204,8 @@ case $ARCH in ;; mx5) COMPONENTS='main restricted universe' - add_package install linux-image-linaro-lt-mx5 flash-kernel u-boot-linaro-mx53loco + KERNEL_FLAVOURS=linaro-lt-mx5 + add_package install flash-kernel u-boot-linaro-mx53loco BINARY_REMOVE_LINUX=false ;; ac100)