X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/83b19a024074459dd7b14af65da78e8b84f36b3a..534abbee1defd6202c839a237dd3584d56affe0b:/package/rt2500/Makefile diff --git a/package/rt2500/Makefile b/package/rt2500/Makefile index ca1b837be..b4729ce18 100644 --- a/package/rt2500/Makefile +++ b/package/rt2500/Makefile @@ -4,21 +4,18 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 5314 2006-10-27 19:14:43Z nico $ +# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=rt2500 -PKG_VERSION:=1.1.0-b4 +PKG_VERSION:=cvs-2007061115 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/rt2400 -PKG_MD5SUM:=83b8b9a091705c08d99268479f3b3b6a -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=@openwrt/ +PKG_MD5SUM:=67a158b24ec46e37edc4545f51338bb9 include $(INCLUDE_DIR)/package.mk