From: Jo-Philipp Wich Date: Tue, 12 Apr 2011 20:13:51 +0000 (+0000) Subject: [packages] hd-idle: remove redundant PKG_BUILD_DIR, extend copyright X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=47b705181cc6b6dd7c5d220a26585f99ccf000f2;p=openwrt%2Fsvn-archive%2Farchive.git [packages] hd-idle: remove redundant PKG_BUILD_DIR, extend copyright SVN-Revision: 26619 --- diff --git a/utils/hd-idle/Makefile b/utils/hd-idle/Makefile index fdf8caf7d2..88b1845a87 100644 --- a/utils/hd-idle/Makefile +++ b/utils/hd-idle/Makefile @@ -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