]> git.enpas.org Git - openwrt.git/blobdiff - rules.mk
ead: clean up
[openwrt.git] / rules.mk
index 0769a09278270e92bec1c1c24ec9b5fd0e7ad7e9..cccbf3a73fa5154f0d89e4616a19198e7cce113f 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -16,9 +16,6 @@ include $(TOPDIR)/include/verbose.mk
 
 export TMP_DIR:=$(TOPDIR)/tmp
 
-GREP_OPTIONS=
-export GREP_OPTIONS
-
 qstrip=$(strip $(subst ",,$(1)))
 #"))
 
@@ -260,12 +257,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