diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-15 08:34:06 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-15 21:42:06 +0100 |
commit | e9d2d02402ee0737739fc878f0bb30a587c37c09 (patch) | |
tree | 38753f8671ffb1d4b44378af051a5f0e6cfe0666 /linux/Config.in | |
parent | 5a5e7132647c22ac3c93d53cb3b6a41a9fef5590 (diff) | |
download | buildroot-e9d2d02402ee0737739fc878f0bb30a587c37c09.tar.gz buildroot-e9d2d02402ee0737739fc878f0bb30a587c37c09.zip |
linux: add support for vmlinuz.bin kernel image format
Linux for MIPS supports raw binary zboot image (vmlinuz.bin).
Add it to the "Kernel binary format" list.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index 2704ab63e1..8faf1c8462 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -249,6 +249,10 @@ config BR2_LINUX_KERNEL_VMLINUZ bool "vmlinuz" depends on BR2_mips || BR2_mipsel +config BR2_LINUX_KERNEL_VMLINUZ_BIN + bool "vmlinuz.bin" + depends on BR2_mips || BR2_mipsel + config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM bool "custom target" help |