diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-10 21:44:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-10 21:44:20 +0200 |
commit | 19a59cb06ebd18dde42e2fc192b003d64a53c320 (patch) | |
tree | 1f79e2de4c591950bab617109e669abd1f06f53e /target | |
parent | 05c3761b524be6432edb4e8c8d73b76a9fe3b28b (diff) |
nls is needed for USB support
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 272c04615..304dbcbc8 100644 --- a/target/Config.in +++ b/target/Config.in @@ -270,6 +270,7 @@ config ADK_LINUX_MIPS64_LEMOTE select ADK_lemote select ADK_LINUX_64 select ADK_KERNEL_USB + select ADK_KERNEL_NLS select ADK_KERNEL_EXT2_FS select ADK_KERNEL_SCSI select ADK_KERNEL_ATA |