projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1710822
)
Add rscript invocation variables
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Apr 2005 06:14:06 +0000
(06:14 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Apr 2005 06:14:06 +0000
(06:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@661
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index
875d515
..
f8c6f6d
100644
(file)
--- 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
+
This page took
0.021853 seconds
and
4
git commands to generate.