mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Disabling use of libintl in kconfig.
SVN-Revision: 9934
This commit is contained in:
parent
ab473bd48f
commit
d9ec7366c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue