mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
430 B
Makefile
12 lines
430 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="usb-modeswitch"
|
|
PKG_VERSION="2.6.0"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://sources.buildroot.net/usb_modeswitch/"
|
|
PKG_URL="https://sources.buildroot.net/usb_modeswitch/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain libusb"
|
|
PKG_LONGDESC="USB_ModeSwitch - Handling Mode-Switching USB Devices on Linux"
|
|
|