1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-07 15:26:18 +02:00

Disabling use of libintl in kconfig.

SVN-Revision: 9934
This commit is contained in:
Andy Boyett 2007-12-26 22:21:56 +00:00
parent ab473bd48f
commit d9ec7366c7

View File

@ -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