diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 20:16:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 20:16:31 +0200 |
commit | 3e2a35ff753caf8588684daa864e75ed55a9d193 (patch) | |
tree | 0ab6c162942a27b7fe79fb3518304f2e615d767b /target/config | |
parent | 982501f8766e88c80e630c9d7b60ed120ccfe10b (diff) |
fix native kernel build for IBM X40
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index f5a9398b5..0e0cb4740 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -291,7 +291,7 @@ config ADK_TARGET_CMDLINE default "console=ttyS0,38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP default "console=ttyS0,115200 console=tty0 geodewdt.nowayout=1" if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C default "console=ttyS0,115200 console=tty0" if ADK_TARGET_SYSTEM_IBM_X40 - default "console=ttyS0,115200" + default "" # c library config ADK_uclibc |