diff options
author | Andy Boyett <agb@openwrt.org> | 2007-12-26 22:21:56 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2007-12-26 22:21:56 +0000 |
commit | 613e3170a9b40f0da7755e2dab47f0e37c06cfc3 (patch) | |
tree | 182c7fe32eaf9ce32093f1441adb1507aa2bc084 /include | |
parent | ff4c6b6066b7f0728b8d2e68ba1f86babc0aa4c5 (diff) | |
download | upstream-613e3170a9b40f0da7755e2dab47f0e37c06cfc3.tar.gz upstream-613e3170a9b40f0da7755e2dab47f0e37c06cfc3.tar.bz2 upstream-613e3170a9b40f0da7755e2dab47f0e37c06cfc3.zip |
Disabling use of libintl in kconfig.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-defaults.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk index 1e0b28b2ed..55e6ccab93 100644 --- a/include/kernel-defaults.mk +++ b/include/kernel-defaults.mk @@ -22,6 +22,7 @@ endif KERNEL_MAKEOPTS := -C $(LINUX_DIR) \ CROSS_COMPILE="$(KERNEL_CROSS)" \ ARCH="$(LINUX_KARCH)" \ + KBUILD_HAVE_NLS=no \ CONFIG_SHELL="$(BASH)" INITRAMFS_EXTRA_FILES ?= $(GENERIC_PLATFORM_DIR)/image/initramfs-base-files.txt |