Skip to content

Commit

Permalink
pkglists: Add 5G kit into pkglists
Browse files Browse the repository at this point in the history
  • Loading branch information
miska committed Aug 26, 2024
1 parent ece3986 commit cbabb12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion updater/pkglists/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=pkglists
PKG_VERSION:=1.12
PKG_VERSION:=1.13
PKG_RELEASE:=$(AUTORELEASE)

PKG_MAINTAINER:=CZ.NIC <[email protected]>
Expand Down
9 changes: 8 additions & 1 deletion updater/pkglists/files/definitions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"3g": {
"title": "Extensions of network protocols for 3G/4G/5G",
"title": "Extensions of network protocols for 3G/4G",
"description": "Support for Turris Omnia and Turris MOX LTE pack. Nowadays installed automatically whenever needed.",
"url": "https://wiki.turris.cz/doc/en/howto/lte_modem_install",
"labels": ["deprecated"]
},
ifdef(`OMNIA',`
"5g-kit": {
"title": "Support for Turris Omnia 5G kit",
"description": "Support for Turris Omnia 5G kit. Reroutes front USB 3.0 to the internal slot to support it.",
"url": "https://docs.turris.cz/hw/omnia/5g",
"labels": ["experimental"]
},')
"datacollect": {
"title": "Advanced security & analytics - Turris Sentinel",
"description": "Software for participation in threat detection program which provides distributed adaptive firewall and statistics.",
Expand Down

0 comments on commit cbabb12

Please sign in to comment.