From 51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Mar 2014 15:54:07 +0000 Subject: build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk Signed-off-by: Felix Fietkau SVN-Revision: 39980 --- rules.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 0769a09278..cc02b91bc9 100644 --- a/rules.mk +++ b/rules.mk @@ -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 -- cgit v1.2.3