Discussion:
[OpenWrt-Devel] [PATCH 1/3] packages/utils/usb-modeswitch: new version
Daniel Golle
2011-10-24 14:07:40 UTC
Permalink
New version of usb-modeswtich.


Signed-off-by: Daniel Golle <***@allnet.de>


diff --git a/utils/usb-modeswitch/Makefile b/utils/usb-modeswitch/Makefile
index 16bd36b..62444f1 100644
--- a/utils/usb-modeswitch/Makefile
+++ b/utils/usb-modeswitch/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=usb-modeswitch
-PKG_VERSION:=1.1.9
+PKG_VERSION:=1.2.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch
-PKG_MD5SUM:=76f6978f18cac41f269a346a5d0f1052
+PKG_MD5SUM:=1932ab96d6e3c5e0a6bdfac863338627

include $(INCLUDE_DIR)/package.mk
Jo-Philipp Wich
2011-10-24 18:24:32 UTC
Permalink
That one does not apply against the current head, can you update the patch?

~ Jow
Daniel Golle
2011-10-24 19:31:13 UTC
Permalink
Post by Jo-Philipp Wich
That one does not apply against the current head, can you update the patch?
Fixed it.

Signed-off-by: Daniel Golle <***@allnet.de>

diff --git a/utils/usb-modeswitch/Makefile b/utils/usb-modeswitch/Makefile
index 68d40d8..62444f1 100644
--- a/utils/usb-modeswitch/Makefile
+++ b/utils/usb-modeswitch/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=usb-modeswitch
-PKG_VERSION:=1.1.9
+PKG_VERSION:=1.2.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch
-PKG_MD5SUM:=6d3c77807adc0fb609635440036d86e9
+PKG_MD5SUM:=1932ab96d6e3c5e0a6bdfac863338627

include $(INCLUDE_DIR)/package.mk

Loading...