All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/uqmi: new package
@ 2021-10-18 19:27 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2021-10-18 19:27 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a8295d4c9e57ab4aa337eba658be65a50bcfb3b4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 DEVELOPERS             |  1 +
 package/Config.in      |  1 +
 package/uqmi/Config.in | 15 +++++++++++++++
 package/uqmi/uqmi.hash |  3 +++
 package/uqmi/uqmi.mk   | 14 ++++++++++++++
 5 files changed, 34 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 871df1e7bb..0899146576 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2174,6 +2174,7 @@ F:	package/racehound/
 F:	package/redir/
 F:	package/rtl8812au-aircrack-ng/
 F:	package/uredir/
+F:	package/uqmi/
 F:	package/wayland-utils/
 
 N:	Peter Thompson <peter.macleod.thompson@gmail.com>
diff --git a/package/Config.in b/package/Config.in
index 48f365d773..92026e85c2 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2343,6 +2343,7 @@ endif
 	source "package/uhttpd/Config.in"
 	source "package/ulogd/Config.in"
 	source "package/unbound/Config.in"
+	source "package/uqmi/Config.in"
 	source "package/uredir/Config.in"
 	source "package/ushare/Config.in"
 	source "package/ussp-push/Config.in"
diff --git a/package/uqmi/Config.in b/package/uqmi/Config.in
new file mode 100644
index 0000000000..21f0bd9077
--- /dev/null
+++ b/package/uqmi/Config.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
diff --git a/package/uqmi/uqmi.hash b/package/uqmi/uqmi.hash
new file mode 100644
index 0000000000..2db5d330e2
--- /dev/null
+++ b/package/uqmi/uqmi.hash
@@ -0,0 +1,3 @@
+# Locally calculated
+sha256  aae6a72791da8f58012303ba3bfeeb613e74597cbebfb9e7c2d9125e6f256799  uqmi-0a19b5b77140465c29e2afa7d611fe93abc9672f-br1.tar.gz
+sha256  a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259  main.c
diff --git a/package/uqmi/uqmi.mk b/package/uqmi/uqmi.mk
new file mode 100644
index 0000000000..f20c3f5141
--- /dev/null
+++ b/package/uqmi/uqmi.mk
@@ -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))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-18 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 19:27 [Buildroot] [git commit] package/uqmi: new package Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.