Skip to content
Snippets Groups Projects
Verified Commit 17383bfd authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Merge branch 'hotfix/tos3to4-netboot' into develop

parents 5a60c905 ae7d35a1
Branches
Tags
1 merge request!697Turris OS 5.2 merge
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tos3to4
PKG_VERSION:=2.1.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
......
......@@ -40,10 +40,7 @@ uci delete updater.approvals
pkglist_handle() {
local lst="$1"
case "$lst" in
netboot)
# These are ignored for now as they are hidden before we add support
;;
datacollect|dev-detect|dvb|honeypot|luci-controls|lxc|nas|netmetr|openvpn|pakon|printserver|tor)
datacollect|dev-detect|dvb|honeypot|luci-controls|lxc|nas|netboot|netmetr|openvpn|pakon|printserver|tor)
uci add_list updater.turris.pkglists=$lst
;;
netutils)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment