[openwrt/openwrt] lantiq: ltq-tapi: disable KPI and QOS

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 28 18:20:08 EST 2021


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/348e09805441d04a54d82451c3ce7060179c4123

commit 348e09805441d04a54d82451c3ce7060179c4123
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Feb 16 19:35:12 2021 +0100

    lantiq: ltq-tapi: disable KPI and QOS
    
    The QOS feature depends on KPI2UDP which was removed from the tree with
    commit a95775e4b2a9 ("drop unmaintained packages") in 2012.
    
    Since QOS was the last user of the KPI, the feature can be disabled by
    default.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 package/kernel/lantiq/ltq-tapi/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kernel/lantiq/ltq-tapi/Config.in b/package/kernel/lantiq/ltq-tapi/Config.in
index 84dbef2397..13ca388ad8 100644
--- a/package/kernel/lantiq/ltq-tapi/Config.in
+++ b/package/kernel/lantiq/ltq-tapi/Config.in
@@ -32,7 +32,7 @@ config VOICE_CPE_TAPI_DECT
 config VOICE_CPE_TAPI_KPI
 	bool "KPI (Kernel Packet Interface)"
 	depends on PACKAGE_kmod-ltq-tapi
-	default y
+	default n
 	help
 		Option to enable the generic kernel level packet interface
 		which allows accelerated packet transfer for various purposes.
@@ -43,7 +43,7 @@ config VOICE_CPE_TAPI_KPI
 config VOICE_CPE_TAPI_QOS
 	bool "QOS for accelerated RTP packet handling"
 	depends on PACKAGE_kmod-ltq-tapi
-	default y
+	default n
 	help
 		Option to enable an accelerated RTP packet transfer inside
 		the LINUX kernel space. This option requires the KPI2UDP



More information about the lede-commits mailing list