packages/hd-idle: fix stupid copy/paste in r28949

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28954 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-11 18:06:46 +00:00
parent f0f1d1405b
commit e0c4eff119
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hd-idle
PKG_VERSION:=1.03
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)

View File

@ -76,5 +76,5 @@ start() {
}
stop() {
service_start /usr/bin/hd-idle
service_stop /usr/bin/hd-idle
}