From 008b1761a741c1441002c1fe6025baeef461fd25 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 1 Mar 2019 10:34:13 +0100 Subject: [PATCH] kconfig check: disable CONFIG_KINETO_GAN (!1762) Related to a proprietary "T-Mobile's WiFi-Calling" feature. It should not affect normal calls, so it should be safe to disable it. Having it enabled causes sudo, ip and other commands to hang. --- pmb/config/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index a91cb73b..b08d679f 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -173,6 +173,7 @@ necessary_kconfig_options = { "DEVTMPFS": True, "DM_CRYPT": True, "EXT4_FS": True, + "KINETO_GAN": False, "PFT": False, "SYSVIPC": True, "VT": True,