[package] usb-modeswitch: update to 1.1.9

patch from Alexander Khryukin.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28104 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2011-08-28 12:08:35 +00:00
parent 5a6927dda0
commit 88912ae5b7

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2008-2010 OpenWrt.org # Copyright (C) 2008-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=usb-modeswitch PKG_NAME:=usb-modeswitch
PKG_VERSION:=1.1.8 PKG_VERSION:=1.1.9
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch
PKG_MD5SUM:=1aaaa45e0465843e4973d7778bfbafbb PKG_MD5SUM:=76f6978f18cac41f269a346a5d0f1052
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk