1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

enable CONFIG_BUILD_NLS and full versions of iconv/gettext

This commit is contained in:
kyak 2011-02-06 21:51:21 +03:00 committed by Xiangfu Liu
parent 4b35abc20a
commit de4d564dde

View File

@ -12,6 +12,7 @@ CONFIG_TARGET_ROOTFS_TARGZ=y
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
CONFIG_TARGET_ROOTFS_UBIFS=y
# CONFIG_BUILD_PATENTED is not set
CONFIG_BUILD_NLS=y
# CONFIG_PACKAGE_uboot-xburst-avt2 is not set
# CONFIG_PACKAGE_uboot-xburst-n516 is not set
@ -173,8 +174,10 @@ CONFIG_PACKAGE_libgcrypt=y
CONFIG_PACKAGE_libgmp=y
CONFIG_PACKAGE_libgpg-error=y
CONFIG_PACKAGE_libgsm=y
CONFIG_PACKAGE_libiconv=y
CONFIG_PACKAGE_libintl=y
CONFIG_PACKAGE_libiconv-full=y
CONFIG_PACKAGE_libintl-full=y
# CONFIG_PACKAGE_libiconv is not set
# CONFIG_PACKAGE_libintl is not set
CONFIG_PACKAGE_libjpeg=y
CONFIG_PACKAGE_libltdl=y
CONFIG_PACKAGE_liblua=y