summaryrefslogtreecommitdiffstats
path: root/linux/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni2011-07-05 21:53:54 +0200
committerPeter Korsgaard2011-07-07 23:16:05 +0200
commiteff25f4cca89d816665de469b7164267aaf52d4b (patch)
treebf9f1ec16e5a479c40600e9548d39491b538491a /linux/Config.in
parentFix quoting in default extract command (diff)
downloadbuildroot-eff25f4cca89d816665de469b7164267aaf52d4b.tar.gz
buildroot-eff25f4cca89d816665de469b7164267aaf52d4b.tar.xz
buildroot-eff25f4cca89d816665de469b7164267aaf52d4b.zip
linux: make it possible to install the kernel in /boot
[Peter: always copy to output/images as requested by Luca] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 1f1a69c44..bdfa5b7ef 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_TARGET_ROOTFS_INITRAMFS
+ help
+ Select this option to have the kernel image installed to
+ /boot in the target root filesystem, as is typically done on
+ x86/x86_64 systems.
+
endif # BR2_LINUX_KERNEL
endmenu