The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / usb_modeswitch_data / usb_modeswitch_data.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/usb_modeswitch_data/usb_modeswitch_data.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/usb_modeswitch_data/usb_modeswitch_data.mk
new file mode 100644 (file)
index 0000000..01b0614
--- /dev/null
@@ -0,0 +1,20 @@
+################################################################################
+#
+# usb_modeswitch_data
+#
+################################################################################
+
+USB_MODESWITCH_DATA_VERSION = 20150115
+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))