aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-18 06:14:06 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-18 06:14:06 +0000
commitc4b65c5f645e773849898f54a343acd278f61075 (patch)
treedc36f6b1d6db28123dd176e714a421cb0a9da645
parent385f79c341dd092db4672d6b95a3ee8fd6aa6bd0 (diff)
downloadupstream-c4b65c5f645e773849898f54a343acd278f61075.tar.gz
upstream-c4b65c5f645e773849898f54a343acd278f61075.tar.bz2
upstream-c4b65c5f645e773849898f54a343acd278f61075.zip
Add rscript invocation variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@661 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 875d515adf..f8c6f6d39a 100644
--- a/rules.mk
+++ b/rules.mk
@@ -122,3 +122,6 @@ IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
# where to build (and put) .ipk packages
IPKG_TARGET_DIR := $(PACKAGE_DIR)
+RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
+RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
+