florian 5a6927dda0 [package] usb-modeswitch-data: bump to 20110805
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: Hanno Schupp <hanno.schupp@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:33 +00:00

43 lines
1.1 KiB
Makefile

#
# Copyright (C) 2010-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=usb-modeswitch-data
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:=0ed8a28f8efd3177a128ecd46fc8bf9f
include $(INCLUDE_DIR)/package.mk
define Package/usb-modeswitch-data
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=usb-modeswitch
TITLE:=USB ModeSwitch - Dongle configuration database
URL:=http://packages.debian.org/de/sid/usb-modeswitch-data
endef
define Package/usb-modeswitch-data/description
Configuration database for usb-modeswitch.
Contains definitions for many USB devices required to
autoswitch "flip flop" gear.
endef
define Build/Compile
endef
define Package/usb-modeswitch-data/install
$(INSTALL_DIR) $(1)/etc/usb_modeswitch.d/
$(CP) $(PKG_BUILD_DIR)/usb_modeswitch.d/* $(1)/etc/usb_modeswitch.d/
endef
$(eval $(call BuildPackage,usb-modeswitch-data))