From 6b7bcb9292a38e459552b3a52cf7d7dedb6539c2 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39980 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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