projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e0ce09
)
[package] busybox: disable busybox' own stripping, fixes stripped bb binary in STAGIN...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 25 Feb 2010 00:42:09 +0000
(
00:42
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 25 Feb 2010 00:42:09 +0000
(
00:42
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19852
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
43da0a4
..
c538061
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-70,6
+70,7
@@
define Build/Compile
KBUILD_HAVE_NLS=no \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
ARCH="$(ARCH)" \
+ SKIP_STIP=y \
all
rm -rf $(PKG_INSTALL_DIR)
$(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
@@
-78,7
+79,6
@@
define Build/Compile
CROSS_COMPILE="$(TARGET_CROSS)" \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
ARCH="$(ARCH)" \
- IPKG_ARCH="$(ARCH)" \
CONFIG_PREFIX="$(PKG_INSTALL_DIR)" \
install
endef