aboutsummaryrefslogtreecommitdiffstats
path: root/package/hdparm/hdparm.patch
diff options
context:
space:
mode:
authorMartin Banky <martin.banky@gmail.com>2010-09-26 00:14:04 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 23:24:11 +0200
commit3a19ee499bec80d896c0e23c21ae206c6a2d91bd (patch)
tree0942ecb9ffc28f463cfb51d050fc13aebc859961 /package/hdparm/hdparm.patch
parente4fe19c9b4049b47f7ae14f9878805a95fef5a93 (diff)
downloadbuildroot-novena-3a19ee499bec80d896c0e23c21ae206c6a2d91bd.tar.gz
buildroot-novena-3a19ee499bec80d896c0e23c21ae206c6a2d91bd.zip
hdparm: convert to gentargets and bump to 9.32
[Peter: remove stripping, get rid of _BINARY variables] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hdparm/hdparm.patch')
-rw-r--r--package/hdparm/hdparm.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/hdparm/hdparm.patch b/package/hdparm/hdparm.patch
deleted file mode 100644
index d271eb879..000000000
--- a/package/hdparm/hdparm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur hdparm-7.6/Makefile hdparm-7.6-patched/Makefile
---- hdparm-7.6/Makefile 2007-06-07 12:39:24.000000000 -0500
-+++ hdparm-7.6-patched/Makefile 2007-07-19 12:11:03.000000000 -0500
-@@ -28,7 +28,7 @@
-
- hdparm: hdparm.h $(OBJS)
- $(CC) $(LDFLAGS) -o hdparm $(OBJS)
-- strip hdparm
-+ $(STRIP) hdparm
-
- install: all hdparm.8
- if [ ! -z $(DESTDIR) ]; then $(INSTALL_DIR) $(DESTDIR) ; fi