summaryrefslogtreecommitdiff
path: root/package/hdparm
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/hdparm
Initial import
Diffstat (limited to 'package/hdparm')
-rw-r--r--package/hdparm/Config.in12
-rw-r--r--package/hdparm/Makefile24
-rw-r--r--package/hdparm/ipkg/hdparm.control4
3 files changed, 40 insertions, 0 deletions
diff --git a/package/hdparm/Config.in b/package/hdparm/Config.in
new file mode 100644
index 000000000..494c2b9a6
--- /dev/null
+++ b/package/hdparm/Config.in
@@ -0,0 +1,12 @@
+config ADK_PACKAGE_HDPARM
+ prompt "hdparm............................ get/set ATA drive parameters"
+ tristate
+ default n
+ help
+
+ tune hard disk parameters for high performance
+ Get/set hard disk parameters for Linux IDE drives.
+ Primary use is for enabling irq-unmasking and IDE multiplemode.
+
+ The original website:
+ http://sourceforge.net/projects/hdparm/
diff --git a/package/hdparm/Makefile b/package/hdparm/Makefile
new file mode 100644
index 000000000..b77f02e33
--- /dev/null
+++ b/package/hdparm/Makefile
@@ -0,0 +1,24 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= hdparm
+PKG_VERSION:= 6.6
+PKG_RELEASE:= 1
+PKG_MD5SUM:= ecea69f775396e4ab6112dcf9066239f
+MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=hdparm/}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,HDPARM,hdparm,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+BUILD_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_HDPARM}/usr/sbin
+ ${INSTALL_BIN} ${WRKBUILD}/hdparm ${IDIR_HDPARM}/usr/sbin
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/hdparm/ipkg/hdparm.control b/package/hdparm/ipkg/hdparm.control
new file mode 100644
index 000000000..4db1002d1
--- /dev/null
+++ b/package/hdparm/ipkg/hdparm.control
@@ -0,0 +1,4 @@
+Package: hdparm
+Priority: optional
+Section: misc
+Description: get/set ATA drive parameters