fix ppp defaultroute issues (based on patch from #1386, fixes #1181)
[openwrt/svn-archive/archive.git] / rules.mk
index 42e997859173c1d3c826d05c169755b0fed69ce9..a6188f4a6baaffc1aa5f5651af6a7e9d1e6fe903 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -87,6 +87,7 @@ TARGET_CONFIGURE_OPTS:= \
 
 # strip an entire directory
 RSTRIP:= \
+  NM="$(TARGET_CROSS)nm" \
   STRIP="$(STRIP)" \
   STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \
   $(SCRIPT_DIR)/rstrip.sh