mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Removed patch 0001, not needed anymore due to upstream commit https://git.openwrt.org/?p=project/uqmi.git;a=commitdiff;h=ebfe8b47b366092457df7a7f631c8f746e8455fd Updated license file name due to upstream rename: https://git.openwrt.org/?p=project/uqmi.git;a=commitdiff;h=a043a7407bf602cac66c9e7bb2b81aa2e50a6993 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: - remove .checkpackageignore to fix check-package error - add git commit id in title ] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
425 B
Makefile
15 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# uqmi
|
|
#
|
|
################################################################################
|
|
|
|
UQMI_VERSION = 7914da43cddaaf6cfba116260c81e6e9adffd5ab
|
|
UQMI_SITE = https://git.openwrt.org/project/uqmi.git
|
|
UQMI_SITE_METHOD = git
|
|
UQMI_LICENSE = LGPL-2.0+
|
|
UQMI_LICENSE_FILES = uqmi/uqmi.c
|
|
UQMI_DEPENDENCIES = json-c libubox
|
|
|
|
$(eval $(cmake-package))
|