mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
0469ab8835
20131113: Added devices: Quanta 1KR / USB-lte 7410, Quanta MobileGenie 4G lte, AVM Fritz!Wlan USB N v2, Alcatel-sbell ASB TL131 TD-LTE, Vodafone K4305, K5150, K4201, K4202 and K4606; ZTE MF821D (Variant), ZTE MF70, ZTE MF60, Haier EVDO Rev. A; several cleanups and fixes. Special thanks to Lars Melin for many device contributions and corrections! Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
712 B
Makefile
21 lines
712 B
Makefile
################################################################################
|
|
#
|
|
# usb_modeswitch_data
|
|
#
|
|
################################################################################
|
|
|
|
USB_MODESWITCH_DATA_VERSION = 20131113
|
|
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))
|