summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 00:29:20 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:19 +0200
commit04c8f363dfad7629a123fbb9410fdb089e38240a (patch)
treeffdbeecadf6fdccea4fb5ebdd8d8eb31636bac50 /target
parent24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e (diff)
There is something wrong around this select to ADK_BROKEN
linux-2.6's mconf complains about a circular dependency, this fixes the problem the fast way. Needs more investigation, so keep it there in commented form.
Diffstat (limited to 'target')
-rw-r--r--target/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index aa5814df1..da40e1b36 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -245,7 +245,7 @@ config ADK_LINUX_MIPS64EL_QEMU
config ADK_LINUX_CRIS_QEMU
bool "cris"
select ADK_qemu_cris
- select ADK_BROKEN
+# select ADK_BROKEN
help
Qemu support for CRISv32 architecture.