diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-11 22:40:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-11 22:40:55 +0100 |
commit | 74663fdbbd1dc92dd91f6f88dbc4f972df12c404 (patch) | |
tree | 284817a1c9ff266a6474ae9d441eb53e7c514e6c /target/config | |
parent | 5847a9730ff284181c4087ed9ce85cf9955c47c3 (diff) |
Revert "rework prereq check"
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.adk | 25 | ||||
-rw-r--r-- | target/config/Config.in.target | 1 |
2 files changed, 26 insertions, 0 deletions
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. |