diff options
author | Mathias Kresin <dev@kresin.me> | 2021-02-16 19:35:12 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2021-03-01 00:19:58 +0100 |
commit | 348e09805441d04a54d82451c3ce7060179c4123 (patch) | |
tree | 36235ea2b9170a67f90badcf84369dafbd5599f7 /package | |
parent | e410fb159da8bf26ec27a8ad1aa22023dc37eb0f (diff) | |
download | upstream-348e09805441d04a54d82451c3ce7060179c4123.tar.gz upstream-348e09805441d04a54d82451c3ce7060179c4123.tar.bz2 upstream-348e09805441d04a54d82451c3ce7060179c4123.zip |
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@kresin.me>
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/lantiq/ltq-tapi/Config.in | 4 |
1 files 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 |