From 8349283fcc27cc3b757b77aaab2c28d8f3cb5487 Mon Sep 17 00:00:00 2001 From: Ronny Nilsson Date: Thu, 5 Jul 2018 16:59:18 +0200 Subject: [PATCH] Special case handling of possibly unpopulated Dect HW. Asterisk always needs the raw true kernel values. Everybody else should satisfy with faked zero number of Dect lines. This is due to the kernel and libvoip always reports the same number of lines, no matter if Dect is populated or not. --- endptmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endptmngr/Makefile b/endptmngr/Makefile index 919f90593..c50744e9f 100644 --- a/endptmngr/Makefile +++ b/endptmngr/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_RELEASE:=1 PKG_VERSION:=0.2 -PKG_SOURCE_VERSION:=a58b69aea2b51e0da0b9f74f692dbe53121ac800 +PKG_SOURCE_VERSION:=e719a1be2bcb089c81699ddaa47aa57a7c21512c ifeq ($(CONFIG_ENDPT_OPEN),y)