Browse Source

hdparm: Updated to latest version 9.47, removed obsolete patch.

Signed-off-by: Richard Kunze <richard.kunze@web.de>
Richard Kunze 9 years ago
parent
commit
791e912871
2 changed files with 2 additions and 22 deletions
  1. 2
    2
      utils/hdparm/Makefile
  2. 0
    20
      utils/hdparm/patches/001-fix-includes.patch

+ 2
- 2
utils/hdparm/Makefile View File

@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=hdparm
11
-PKG_VERSION:=9.45
11
+PKG_VERSION:=9.47
12 12
 PKG_RELEASE:=1
13 13
 PKG_USE_MIPS16:=0
14 14
 
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 16
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
17
-PKG_MD5SUM:=1c75d0751a44928b6c4bc81fb16d7fe8
17
+PKG_MD5SUM:=560c1d8af7f696239cbbca7cd146304a
18 18
 PKG_MAINTAINER:=Richard Kunze <richard.kunze@web.de>
19 19
 PKG_LICENSE:=BSD-Style Open Source License
20 20
 

+ 0
- 20
utils/hdparm/patches/001-fix-includes.patch View File

@@ -1,20 +0,0 @@
1
---- a/hdparm.h
2
-+++ b/hdparm.h
3
-@@ -2,6 +2,7 @@
4
- 
5
- //#undef __KERNEL_STRICT_NAMES
6
- #include <linux/types.h>
7
-+#include <sys/types.h>
8
- 
9
- #if !defined(__GNUC__) && !defined(__attribute__)
10
- #define __attribute__(x)
11
---- a/sysfs.c
12
-+++ b/sysfs.c
13
-@@ -12,6 +12,7 @@
14
- #include <stdio.h>
15
- #include <fcntl.h>
16
- #include <errno.h>
17
-+#include <limits.h>
18
- #include <dirent.h>
19
- #include <sys/stat.h>
20
- #include <linux/types.h>