From: Jo-Philipp Wich Date: Wed, 4 Aug 2010 17:12:48 +0000 (+0000) Subject: [PATCH] [usb-modeswitch-data] Update to latest available debian source. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=806f7afe504e2e7d76cb0ec50b261c848dfc31b7;p=openwrt%2Fsvn-archive%2Farchive.git [PATCH] [usb-modeswitch-data] Update to latest available debian source. This fixes the build of usb-modeswitch-data since the older version was no longer available at the specified URL. Signed-off-by: Ithamar R. Adema SVN-Revision: 22488 --- diff --git a/utils/usb-modeswitch-data/Makefile b/utils/usb-modeswitch-data/Makefile index dc71f42989..66bfc8c324 100644 --- a/utils/usb-modeswitch-data/Makefile +++ b/utils/usb-modeswitch-data/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usb-modeswitch-data -PKG_VERSION:=20100623 +PKG_VERSION:=20100707 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.bz2 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/u/usb-modeswitch-data -PKG_MD5SUM:=89ff3650f36303265213ee7ab86e2af3 +PKG_MD5SUM:=d1fcc283c64a0877cdcac9cd682052f9 include $(INCLUDE_DIR)/package.mk