From c55a696b9c3c6d25342e8e04999a2058da5d8201 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 8 Nov 2013 18:11:03 +0100 Subject: enable variable kernel target name, qemu-mips targets use vmlinuz --- target/config/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in b/target/config/Config.in index 1ee04cafe..50649c3ed 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -1,6 +1,14 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +config ADK_TARGET_KERNEL_VMLINUZ + boolean + +config ADK_TARGET_KERNEL + string + default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ + default "vmlinux" + config ADK_big boolean -- cgit v1.2.3