diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:07 +0000 |
commit | 51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f (patch) | |
tree | 45589d27f33c5761591d3e65f39cc0f9953fa679 /rules.mk | |
parent | 00bcebeb4cabcaa630ee940f8bd15d29a563afa6 (diff) | |
download | mtk-20170518-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.zip mtk-20170518-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.gz mtk-20170518-51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f.tar.bz2 |
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
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |