initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_UQMI
|
||||
bool "uqmi"
|
||||
depends on !BR2_STATIC_LIBS # libubox
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
||||
select BR2_PACKAGE_JSON_C
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
help
|
||||
This command line tool originates from the OpenWrt project
|
||||
to configure LTE modem in QMI mode for WAN connection.
|
||||
|
||||
https://git.openwrt.org/project/uqmi.git
|
||||
|
||||
comment "uqmi needs a toolchain w/ dynamic library"
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 aae6a72791da8f58012303ba3bfeeb613e74597cbebfb9e7c2d9125e6f256799 uqmi-0a19b5b77140465c29e2afa7d611fe93abc9672f-br1.tar.gz
|
||||
sha256 a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259 main.c
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# uqmi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UQMI_VERSION = 0a19b5b77140465c29e2afa7d611fe93abc9672f
|
||||
UQMI_SITE = https://git.openwrt.org/project/uqmi.git
|
||||
UQMI_SITE_METHOD = git
|
||||
UQMI_LICENSE = LGPL-2.0+
|
||||
UQMI_LICENSE_FILES = main.c
|
||||
UQMI_DEPENDENCIES = json-c libubox
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user