diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-13 13:10:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 13:11:13 +0200 |
commit | 55f26e8632b1dc8f99433d2c5ea80e8366d47249 (patch) | |
tree | 4f29fd155d79b25e3b64c3051777006db4f09004 /packages/linux-kernel | |
parent | c72367ca0dcb85bd6298e1e39861c3bea3c533c2 (diff) | |
download | vyos-build-55f26e8632b1dc8f99433d2c5ea80e8366d47249.tar.gz vyos-build-55f26e8632b1dc8f99433d2c5ea80e8366d47249.zip |
Kernel: enable CONFIG_USB_NET_HUAWEI_CDC_NCM
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 8c695858..0711a93e 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -2536,7 +2536,7 @@ CONFIG_USB_NET_AX88179_178A=m CONFIG_USB_NET_CDCETHER=m CONFIG_USB_NET_CDC_EEM=m CONFIG_USB_NET_CDC_NCM=m -# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set +CONFIG_USB_NET_HUAWEI_CDC_NCM=y CONFIG_USB_NET_CDC_MBIM=m # CONFIG_USB_NET_DM9601 is not set # CONFIG_USB_NET_SR9700 is not set |