diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-07 11:30:41 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-07 11:30:41 +0000 |
commit | 796288b8e5f948634007db90ad31a6a39efb4fd9 (patch) | |
tree | 01e54a22b3cb2a3a80e027b61c66a93fb30db7f2 /openwrt/package/usbutils/Makefile | |
parent | 5dfed39c142136300fc8bf9cf86563561626c414 (diff) |
md5sum of usbutils seems to be wrong
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/usbutils/Makefile')
-rw-r--r-- | openwrt/package/usbutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/usbutils/Makefile b/openwrt/package/usbutils/Makefile index 708edd3501..9b86509bb5 100644 --- a/openwrt/package/usbutils/Makefile +++ b/openwrt/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 |