1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 07:38:28 +02:00

Add rscript invocation variables

SVN-Revision: 661
This commit is contained in:
Nicolas Thill 2005-04-18 06:14:06 +00:00
parent 4c04076fc5
commit 6cf7392bce

View File

@ -122,3 +122,6 @@ IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
# where to build (and put) .ipk packages # where to build (and put) .ipk packages
IPKG_TARGET_DIR := $(PACKAGE_DIR) 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