netifd: update to the latest version, fixes a crash on reload with hotplugged devices
[openwrt.git] / rules.mk
index cc02b91..a84636a 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)))
 #"))
 
@@ -266,6 +263,8 @@ else
   DISABLE_IPV6:=--disable-ipv6
 endif
 
+TAR_OPTIONS:=-xf -
+
 ifeq ($(CONFIG_BUILD_LOG),y)
   BUILD_LOG:=1
 endif