Re: [OpenWrt-Devel] [PATCH] update usb-modeswitch-data to make it compile again

2011-08-28 Thread Florian Fainelli
On Tuesday 16 August 2011 02:05:13 Hanno Schupp wrote:
 The update is required as the old filename
 usb-modeswitch-data-20110705.tar.bz2 is no longer hosted on
 http://www.draisberghof.de/usb_modeswitch/
 BTW, the two openwrt.org backup servers do not hold either the old
 usb-modeswitch-data-20110705.tar.bz2 nor the new
 usb-modeswitch-data-20110805.tar.bz2
 In effect there is a dependency on one external server. If they decide
 to change to a new version and not continue hosting the old, the
 compilation breaks. The sources on the openwrt,org servers should
 therefore be urgently updated.
 
 
 Signed-off-by: Your name hanno.sch...@gmail.com
 
Applied in r28103, thanks!
-- 
Florian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] update usb-modeswitch-data to make it compile again

2011-08-15 Thread Hanno Schupp
The update is required as the old filename
usb-modeswitch-data-20110705.tar.bz2 is no longer hosted on
http://www.draisberghof.de/usb_modeswitch/
BTW, the two openwrt.org backup servers do not hold either the old
usb-modeswitch-data-20110705.tar.bz2 nor the new
usb-modeswitch-data-20110805.tar.bz2
In effect there is a dependency on one external server. If they decide
to change to a new version and not continue hosting the old, the
compilation breaks. The sources on the openwrt,org servers should
therefore be urgently updated.


Signed-off-by: Your name hanno.sch...@gmail.com


Index: Makefile
===
--- Makefile(revision 27980)
+++ Makefile(working copy)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk

 PKG_NAME:=usb-modeswitch-data
-PKG_VERSION:=20110705
+PKG_VERSION:=20110805
 PKG_RELEASE:=1

 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch/
-PKG_MD5SUM:=5046e7be8d10d2fe699f9af21a0c3769
+PKG_MD5SUM:=0ed8a28f8efd3177a128ecd46fc8bf9f

 include $(INCLUDE_DIR)/package.mk
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel