diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-05 04:11:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-05 04:11:17 +0200 |
commit | 7bd985bf406b637ffd422e0d7d85cd0a72021b02 (patch) | |
tree | c1cde9c0a6a9a307f4ac5613ff13ca96e8333083 /target/config | |
parent | 075dcf5fa7482e33358d5603f39d68088741e3c4 (diff) |
add generic pc
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 501039ed1..25e34c9cd 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -210,6 +210,7 @@ config ADK_TARGET_KERNEL_MINICONFIG default "raspberry-pi" if ADK_TARGET_SYSTEM_RASPBERRY_PI default "sharp-zaurus" if ADK_TARGET_SYSTEM_SHARP_ZAURUS default "lemote-yeelong" if ADK_TARGET_SYSTEM_LEMOTE_YEELONG + default "generic-pc" if ADK_TARGET_SYSTEM_GENERIC_PC config ADK_QEMU_ARGS string |