mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 05:36:15 +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:
parent
1710822ad3
commit
0d90732bbd
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user