1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 13:15:20 +02:00

Add rscript invocation variables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@661 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-04-18 06:14:06 +00:00
parent 1710822ad3
commit 0d90732bbd

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
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