summaryrefslogtreecommitdiffstats
path: root/package/usb_modeswitch_data/usb_modeswitch_data.mk
blob: d8d5622395df5840507fa8e04d210db79f7fea59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# usb_modeswitch_data
#
################################################################################

USB_MODESWITCH_DATA_VERSION = 20151101
USB_MODESWITCH_DATA_SOURCE = usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION).tar.bz2
USB_MODESWITCH_DATA_SITE = http://www.draisberghof.de/usb_modeswitch
USB_MODESWITCH_DATA_DEPENDENCIES = usb_modeswitch
USB_MODESWITCH_DATA_LICENSE = GPLv2+
USB_MODESWITCH_DATA_LICENSE_FILES = COPYING

# Nothing to build, it is a pure data package

define USB_MODESWITCH_DATA_INSTALL_TARGET_CMDS
	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
endef

$(eval $(generic-package))
OpenPOWER on IntegriCloud