[packages] hd-idle: remove redundant PKG_BUILD_DIR, extend copyright
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Apr 2011 20:13:51 +0000 (20:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Apr 2011 20:13:51 +0000 (20:13 +0000)
SVN-Revision: 26619

utils/hd-idle/Makefile

index fdf8caf7d2da84ba135ccae2acf8b629bef500a2..88b1845a877be03ecc879fb3aefc689a2a63f198 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2010 OpenWrt.org
+# Copyright (C) 2008-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -15,7 +15,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
 PKG_MD5SUM:=049d6e6fc703a7e0474bdd9c24e6de77
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 
 include $(INCLUDE_DIR)/package.mk