Browse Source

Merge pull request #18001 from turris-cz/chrony-conflicts

chrony: add conflict between without NTS and NTS variant
lilik-openwrt-22.03
Josef Schlehofer 3 years ago
committed by GitHub
parent
commit
6d15260c0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/chrony/Makefile

+ 2
- 1
net/chrony/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=chrony
PKG_VERSION:=4.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
@ -39,6 +39,7 @@ define Package/chrony
$(call Package/chrony/Default)
TITLE+= (without NTS)
VARIANT:=normal
CONFLICTS:=chrony-nts
endef
define Package/chrony-nts


Loading…
Cancel
Save