From 9e16f43a9bad571caa13557279e489c82dad37f7 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 17 Nov 2014 12:48:24 +0000 Subject: [PATCH] hdparm: moved to github SVN-Revision: 43289 --- utils/hdparm/Makefile | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 utils/hdparm/Makefile diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile deleted file mode 100644 index b3a0f6b9f..000000000 --- a/utils/hdparm/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# -# Copyright (C) 2006-2012 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=hdparm -PKG_VERSION:=9.39 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=2bc17b72403885d4faf959682944243b - -include $(INCLUDE_DIR)/package.mk - -define Package/hdparm - SECTION:=utils - CATEGORY:=Utilities - SUBMENU:=disc - TITLE:=Hard disk drive configuration utilitity - URL:=http://sourceforge.net/projects/hdparm/ -endef - -define Package/hdparm/description - get/set SATA/IDE device parameters -endef - -define Package/hdparm/install - $(INSTALL_DIR) $(1)/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/sbin -endef - -$(eval $(call BuildPackage,hdparm)) -- 2.30.2