From 74663fdbbd1dc92dd91f6f88dbc4f972df12c404 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Dec 2015 22:40:55 +0100 Subject: Revert "rework prereq check" This reverts commit fba2ff31928b18364c1934654169806f5c800e23. --- target/config/Config.in.adk | 25 +++++++++++++++++++++++++ target/config/Config.in.target | 1 + 2 files changed, 26 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 81144dc02..510809ce5 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -101,6 +101,31 @@ config ADK_TARGET_PORT help Port to use for SSH when running make check. +choice +prompt "Hostsystem (do not change!)" +config ADK_HOST_LINUX + bool "Linux" + +config ADK_HOST_FREEBSD + bool "FreeBSD" + +config ADK_HOST_MIRBSD + bool "MirBSD" + +config ADK_HOST_OPENBSD + bool "OpenBSD" + +config ADK_HOST_NETBSD + bool "NetBSD" + +config ADK_HOST_DARWIN + bool "Darwin" + +config ADK_HOST_CYGWIN + bool "Cygwin" + +endchoice + config ADK_PRELINK prompt "Prelink binaries and libraries in Image" boolean diff --git a/target/config/Config.in.target b/target/config/Config.in.target index 4d1888c35..3c396f37e 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -131,6 +131,7 @@ config ADK_TARGET_ROOTFS_ISO select ADK_HOST_NEED_CDRTOOLS select ADK_HOST_NEED_SYSLINUX select ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_QEMU + depends on ADK_HOST_LINUX depends on ADK_TARGET_ARCH_X86 help Use this option to create a bootable ISO image. -- cgit v1.2.3