upgrade hdparm
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26654 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d606ed25fa
commit
c89b86ce9d
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hdparm
|
PKG_NAME:=hdparm
|
||||||
PKG_VERSION:=9.27
|
PKG_VERSION:=9.37
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=e652dabb6c9233fb8a23ef60a17a1829
|
PKG_MD5SUM:=0bb94ddd1bedd5c02b1ca62f1caaf6de
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -23,18 +23,13 @@ define Package/hdparm
|
|||||||
SUBMENU:=disc
|
SUBMENU:=disc
|
||||||
TITLE:=Hard disk drive configuration utilitity
|
TITLE:=Hard disk drive configuration utilitity
|
||||||
URL:=http://sourceforge.net/projects/hdparm/
|
URL:=http://sourceforge.net/projects/hdparm/
|
||||||
|
MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hdparm/description
|
define Package/hdparm/description
|
||||||
Tune hard disk parameters for high performance.
|
get/set SATA/IDE device parameters
|
||||||
Get/set hard disk parameters for Linux IDE drives.
|
|
||||||
Primary use is for enabling irq-unmasking and IDE multiplemode.
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
|
||||||
CFLAGS="$(EXTRA_CFLAGS)" \
|
|
||||||
LDFLAGS="$(EXTRA_LDFLAGS)" \
|
|
||||||
|
|
||||||
define Package/hdparm/install
|
define Package/hdparm/install
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/sbin
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/sbin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user