diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-06-07 11:30:41 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-06-07 11:30:41 +0000 |
commit | 567ec87e055982457d657e51ca900349889b845c (patch) | |
tree | 98daf64230c1a72bb558bef865dfdef6b37c350b /package/usbutils/Makefile | |
parent | 65072569762e70d91a6933f978f045332e3fbe0d (diff) | |
download | upstream-567ec87e055982457d657e51ca900349889b845c.tar.gz upstream-567ec87e055982457d657e51ca900349889b845c.tar.bz2 upstream-567ec87e055982457d657e51ca900349889b845c.zip |
md5sum of usbutils seems to be wrong
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/usbutils/Makefile')
-rw-r--r-- | package/usbutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index 708edd3501..9b86509bb5 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbutils PKG_VERSION:=0.71 PKG_RELEASE:=1 -PKG_MD5SUM:=05276dc307a0297904bc892e9998bf59 +PKG_MD5SUM:=479d7c7098ef44cc95e7978fd71c712c PKG_SOURCE_URL:=@SF/linux-usb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |