1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

Disabling use of libintl in kernel-headers.

SVN-Revision: 9935
This commit is contained in:
Andy Boyett 2007-12-26 22:22:02 +00:00
parent d9ec7366c7
commit 6bdd0ef590

@ -47,6 +47,7 @@ endif
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
KBUILD_HAVE_NLS=no \
CONFIG_SHELL=$(BASH)
define Build/Prepare