Skip to content
Snippets Groups Projects
Verified Commit 682c1e0d authored by Martin Matějek's avatar Martin Matějek Committed by Josef Schlehofer
Browse files

foris-controller: update to version 2.0.1

Added:
* lan: enable qos control
* lan: provide IPv6 DHCP leases
* wan: provide MAC address of WAN interface
* ntp: add possibility to change NTP servers

Changed:
* uci: delete uci options gracefully
* updater: update package lists mock and tests (drop nikola, use fwlogs)

Fixed:
* computer mode: disable dhcpv6 server
* disable IPv6 DNS when IPv6 is disabled
* missing `ipv6_address` in 6in4 wan proto
* guest: enable dhcpv6
* wan: return empty strings when wan6 uci options (ip, network, gateway) are not set
* updater: provide URLs of package lists options

Removed:
* remove Manifest.in and simplify package_data
parent 3b2430a3
No related branches found
No related tags found
2 merge requests!824Turris OS 5.3 (HBK),!782foris-controller: update to version 2.0.1
......@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=foris-controller
PKG_VERSION:=1.2
PKG_VERSION:=2.0.1
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/foris-controller/foris-controller.git
PKG_MIRROR_HASH:=0f778f680b04da9173beca8a4048053008d9c365ff3d7846c006e8353c4b9079
PKG_MIRROR_HASH:=1b627597c02e48a34c700fda02e1e231e7eb68490160400ce430583d536b622d
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment