From b706a572926dd8ac76de3928bd1290ee880944f8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Dec 2009 19:56:36 +0100 Subject: try to autodetect host system and make it usable in menusystem --- Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index c2ffcd903..3f107feaf 100644 --- a/Config.in +++ b/Config.in @@ -7,6 +7,7 @@ config ADKVERSION mainmenu "OpenADK Configuration" + config MODULES bool default y @@ -90,6 +91,18 @@ config ADK_FORCE_PARALLEL help Do not enable this! It's for testing purposes only. +choice +prompt "Hostsystem (do not change!)" +config ADK_HOST_LINUX + prompt "Linux" + boolean + +config ADK_HOST_FREEBSD + prompt "FreeBSD" + boolean + +endchoice + endmenu source "target/Config.in" -- cgit v1.2.3