summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-21 00:33:40 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-21 01:23:34 +0200
commit4b84810e2b2790cc3f81efac7a1e57da11c6297f (patch)
tree4d9979947c5f50f7d3667cdc385e85f831ed5248
parente58817d14871a3d2718d53e43630d2a57e3d6330 (diff)
fix call to strip in hdparm Makefile
-rw-r--r--package/hdparm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hdparm/Makefile b/package/hdparm/Makefile
index a24108ea4..2e8921870 100644
--- a/package/hdparm/Makefile
+++ b/package/hdparm/Makefile
@@ -16,6 +16,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,HDPARM,hdparm,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+MAKE_ENV+= STRIP=${TARGET_CROSS}strip
BUILD_STYLE= auto
post-install: