diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-05 22:46:02 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-05 22:46:02 +0000 |
commit | 546d769c67ae337575297359e5875f72025e5e76 (patch) | |
tree | bed40104e7e4d4b0418c02813609c886b8957cfa /package/rt61/Makefile | |
parent | 035104fa52869536501ea29c7a25be389da3d2c2 (diff) |
upgrade a few packages to newer versions (includes patch by kaloz) - preparation for 2.6.22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt61/Makefile')
-rw-r--r-- | package/rt61/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile index c8fab11d1..b40d496c8 100644 --- a/package/rt61/Makefile +++ b/package/rt61/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=rt61 -PKG_VERSION:=cvs-2007041709 +PKG_VERSION:=cvs-2007060307 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@openwrt/ -PKG_MD5SUM:=3e2675fc0bdb1cfe85fefc5bce9f0ae0 +PKG_MD5SUM:=8d71fee47bdaac4c7d79180a4ea33649 include $(INCLUDE_DIR)/package.mk |