diff options
| author | Tim Harvey | 2018-01-23 22:31:09 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2018-01-27 15:46:44 +0000 |
| commit | a5199379c0914573613d3f9d1ca0efd369639b32 (patch) | |
| tree | dad0b3c4c7dafd47047fc97a168d4146e67c7a9d | |
| parent | e47fe3284f25c0d7354f239ea8424b96dfe5b36d (diff) | |
| download | openwrt-a5199379c0914573613d3f9d1ca0efd369639b32.tar.gz | |
kernel/modules/other: disable Nokia BT UART
disable the Nokia BT UART present on Nikia N9, N900 & N950 added in 4.12.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
| -rw-r--r-- | package/kernel/linux/modules/other.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 973e4f3e26..33bd59e8f8 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -55,6 +55,7 @@ define KernelPackage/bluetooth CONFIG_BT_HCIUART_BCM=n \ CONFIG_BT_HCIUART_INTEL=n \ CONFIG_BT_HCIUART_H4 \ + CONFIG_BT_HCIUART_NOKIA=n \ CONFIG_BT_HIDP \ CONFIG_HID_SUPPORT=y $(call AddDepends/rfkill) |