Files
buildroot/package/uqmi/uqmi.mk
Bernd Kuhls 706038833a package/uqmi: bump version to git 7914da43cd
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>
2026-01-12 18:23:40 +01:00

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))