APPLIED: [PATCH] Fix misspelled 'skipmodule' in arm makefile.

Tim Gardner tim.gardner at canonical.com
Thu Jul 14 16:29:44 UTC 2011


On 07/14/2011 08:08 AM, Eagon Yager wrote:
> * Change assignmenet of variable "skipmodules" to "skipmodule".  Notice the removal of the trailing 's'.
>
> * While I was editing the file, I fixed formatting on the nodumpfile line.
>
> Signed-off-by: Eagon Yager<linux at datasys.net>
> ---
>   debian.master/rules.d/armhf.mk |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk
> index dd97558..e4f365c 100644
> --- a/debian.master/rules.d/armhf.mk
> +++ b/debian.master/rules.d/armhf.mk
> @@ -6,9 +6,9 @@ flavours	=
>   build_image	= zImage
>   kernel_file	= arch/$(build_arch)/boot/zImage
>   install_file	= vmlinuz
> -no_dumpfile = true
> +no_dumpfile	= true
>
>   loader		= grub
>
>   skipabi		= true
> -skipmodules	= true
> +skipmodule	= true

Applied to oneiric. Older releases are stable enough that we won't be 
annoyed by changing module sets.

rtg
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list