diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 17:45:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-26 17:45:21 +0100 |
commit | 45b7d5e9b1b744b8f60ce252f5ea498cec979505 (patch) | |
tree | f025705a3ea9b3612c86e028f1cdf680183ba4f7 /target | |
parent | dbfdeaeb46453d300b975dcfb6790f3b16f9e6b5 (diff) |
fix wrap and alix targets, just use one TARGET symbol
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index 1754aa3a0..4d93ece16 100644 --- a/target/Config.in +++ b/target/Config.in @@ -315,7 +315,6 @@ depends on ADK_TARGET_CHOICE config ADK_LINUX_X86_ALIX bool "PC Engines ALIX boards" - select ADK_x86 select ADK_alix help Support for Alix boards. @@ -324,7 +323,6 @@ config ADK_LINUX_X86_ALIX config ADK_LINUX_X86_WRAP bool "PC Engines WRAP boards" - select ADK_x86 select ADK_wrap select ADK_KERNEL_SCSI select ADK_KERNEL_ATA |