diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-17 17:54:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-17 17:54:34 +0000 |
commit | 57da90c4c715180dab402768e67391b765ec5515 (patch) | |
tree | 0be84a897c0c2444fcfe2e50b8ef9e3fe7f33a01 | |
parent | 7405ad924df33a8c4c20465b5b1a216b94b2cb21 (diff) | |
download | upstream-57da90c4c715180dab402768e67391b765ec5515.tar.gz upstream-57da90c4c715180dab402768e67391b765ec5515.tar.bz2 upstream-57da90c4c715180dab402768e67391b765ec5515.zip |
fix rrs package md5sum check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2147 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/rrs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rrs/Makefile b/package/rrs/Makefile index f7b2d5f223..e29636170a 100644 --- a/package/rrs/Makefile +++ b/package/rrs/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rrs PKG_VERSION:=1.70 PKG_RELEASE:=1 -PKG_MD5SUM:=b400d03c0e39e3e78a7327ba78f789f0 +PKG_MD5SUM:=b400d03c0e39e3e78a7327ba78f789f0 PKG_SOURCE_URL:=http://www.cycom.se/uploads/36/19 |