diff options
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 469fd7ca9..0082ca88d 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -148,6 +148,10 @@ config BR2_LINUX_KERNEL_VMLINUX bool "vmlinux" depends on BR2_mips || BR2_mipsel || BR2_powerpc +config BR2_LINUX_KERNEL_VMLINUZ + bool "vmlinuz" + depends on BR2_mips || BR2_mipsel + config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM bool "custom target" help |