[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 <ithamar.adema@team-embedded.nl>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-08-04 17:12:48 +00:00
parent adcd70635e
commit 33b6fd462a

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=usb-modeswitch-data PKG_NAME:=usb-modeswitch-data
PKG_VERSION:=20100623 PKG_VERSION:=20100707
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.bz2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.bz2
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/u/usb-modeswitch-data 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 include $(INCLUDE_DIR)/package.mk