summaryrefslogtreecommitdiffstats
path: root/openwrt/package/hdparm
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/hdparm
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hdparm')
-rw-r--r--openwrt/package/hdparm/Config.in12
-rw-r--r--openwrt/package/hdparm/Makefile36
-rw-r--r--openwrt/package/hdparm/ipkg/hdparm.control4
3 files changed, 0 insertions, 52 deletions
diff --git a/openwrt/package/hdparm/Config.in b/openwrt/package/hdparm/Config.in
deleted file mode 100644
index d119ac6e5..000000000
--- a/openwrt/package/hdparm/Config.in
+++ /dev/null
@@ -1,12 +0,0 @@
-config BR2_PACKAGE_HDPARM
- prompt "hdparm............................ get/set ATA drive parameters"
- tristate
- default m if CONFIG_DEVEL
- 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/openwrt/package/hdparm/Makefile b/openwrt/package/hdparm/Makefile
deleted file mode 100644
index 485fb59e0..000000000
--- a/openwrt/package/hdparm/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=hdparm
-PKG_VERSION:=6.6
-PKG_RELEASE:=1
-PKG_MD5SUM:=ecea69f775396e4ab6112dcf9066239f
-
-PKG_SOURCE_URL:=@SF/hdparm
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,HDPARM,hdparm,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR) \
- CC=$(TARGET_CC)
- touch $@
-
-$(IPKG_HDPARM):
- install -d -m0755 $(IDIR_HDPARM)/usr/sbin
- install -m0755 $(PKG_BUILD_DIR)/hdparm $(IDIR_HDPARM)/usr/sbin
- $(RSTRIP) $(IDIR_HDPARM)
- $(IPKG_BUILD) $(IDIR_HDPARM) $(PACKAGE_DIR)
-
-mostlyclean:
- $(MAKE) -C $(PKG_BUILD_DIR) \
- clean
- rm -f $(PKG_BUILD_DIR)/.built
diff --git a/openwrt/package/hdparm/ipkg/hdparm.control b/openwrt/package/hdparm/ipkg/hdparm.control
deleted file mode 100644
index 4db1002d1..000000000
--- a/openwrt/package/hdparm/ipkg/hdparm.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: hdparm
-Priority: optional
-Section: misc
-Description: get/set ATA drive parameters