[Buildroot] [PATCH 03/26] linux: make it possible to install the kernel in /boot

Luca Ceresoli luca at lucaceresoli.net
Mon Jun 20 15:02:18 UTC 2011


Hi,

Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni<thomas.petazzoni at free-electrons.com>
> ---
>   linux/Config.in |    8 ++++++++
>   linux/linux.mk  |    3 +++
>   2 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index e7d1bd8..291f9e0 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -153,6 +153,14 @@ config BR2_LINUX_KERNEL_IMAGE_TARGET_NAME
>   	  Specify the kernel make target to build the kernel that you
>   	  need.
>
> +config BR2_LINUX_KERNEL_INSTALL_TARGET
> +	bool "Install kernel image to /boot in target"
> +	depends on BR2_i386 || BR_x86_64

Why not for other architectures?
I find it very useful on my ARM platform too.

-    depends on BR2_i386 || BR_x86_64
+    depends on BR2_LINUX_KERNEL

Luca



More information about the buildroot mailing list