From 0d90732bbd5531f4ce57b25e74142d7b705e1db8 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 18 Apr 2005 06:14:06 +0000 Subject: [PATCH] Add rscript invocation variables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@661 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/rules.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 875d515adf..f8c6f6d39a 100644 --- a/openwrt/rules.mk +++ b/openwrt/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 + -- 2.39.5