X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e9b18468c58047977ccc4b47d2b8d52e18504302..f4a4d900cafe7d675732d3a6e5dc48b5207d7553:/package/pwc/Makefile diff --git a/package/pwc/Makefile b/package/pwc/Makefile index 68de39e8d..e92b98ba8 100644 --- a/package/pwc/Makefile +++ b/package/pwc/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ +# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -13,11 +13,9 @@ PKG_NAME:=pwc PKG_VERSION:=10.0.12-rc1 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.saillard.org/linux/pwc/files/ PKG_MD5SUM:=8763f3d6fd0f9738ef9854de205a126d -PKG_CAT:=bzcat include $(INCLUDE_DIR)/package.mk