2
0
forked from Ivasoft/openwrt

build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39980
This commit is contained in:
Felix Fietkau
2014-03-21 15:54:07 +00:00
parent 00bcebeb4c
commit 51ae801ee3
4 changed files with 1 additions and 8 deletions

View File

@@ -260,12 +260,6 @@ else
$(SCRIPT_DIR)/rstrip.sh
endif
ifeq ($(CONFIG_ENABLE_LOCALE),true)
DISABLE_NLS:=--enable-nls
else
DISABLE_NLS:=--disable-nls
endif
ifeq ($(CONFIG_IPV6),y)
DISABLE_IPV6:=
else