X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/96a7a82e57cfdd297a059f0b1658908b9cce2e7d..c38283c4869eaa426735e08186218815cab2cf9e:/package/rt61/Makefile?ds=sidebyside diff --git a/package/rt61/Makefile b/package/rt61/Makefile index 0656cf4c4..eb25ee515 100644 --- a/package/rt61/Makefile +++ b/package/rt61/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:=rt61 PKG_VERSION:=1.1.0-b1 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/rt61-$(PKG_VERSION)/ -PKG_SOURCE:=rt61-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/rt2400 PKG_MD5SUM:=3f2600400a3d6d878a5d27d0a2e47eed -PKG_CAT:=zcat include $(INCLUDE_DIR)/package.mk