Explorar el Código

use libiconv-tiny as default for uClibc-ng

Waldemar Brodkorb hace 8 años
padre
commit
12d811d272
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      target/config/Config.in.toolchain

+ 1 - 0
target/config/Config.in.toolchain

@@ -4,6 +4,7 @@
 choice
 prompt "Iconv implementation"
 bool
+default ADK_TARGET_LIBICONV_TINY if ADK_TARGET_LIB_UCLIBC_NG
 
 config ADK_TARGET_LIBC_ICONV
 	prompt "Use iconv from C library"