diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-13 13:09:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 13:09:07 +0200 |
commit | 85e4f7cf39e192653f25f0140f0a344fbbb58d9f (patch) | |
tree | 628a1e99452fdedc887d9f8d53e4f839843bd12d /packages | |
parent | 1e4fd45724b508c6ed202cce1e2964ad11c882b0 (diff) | |
download | vyos-build-85e4f7cf39e192653f25f0140f0a344fbbb58d9f.tar.gz vyos-build-85e4f7cf39e192653f25f0140f0a344fbbb58d9f.zip |
Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN cards"
This reverts commit 3fa7fe6926a538a8b4f25ca3e842fefb9699def6.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/x86_64_vyos_defconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/linux-kernel/x86_64_vyos_defconfig b/packages/linux-kernel/x86_64_vyos_defconfig index 8ea9ed4a..b3c5ce2b 100644 --- a/packages/linux-kernel/x86_64_vyos_defconfig +++ b/packages/linux-kernel/x86_64_vyos_defconfig @@ -2509,14 +2509,16 @@ CONFIG_USB_NET_AX8817X=m CONFIG_USB_NET_AX88179_178A=m CONFIG_USB_NET_CDCETHER=m CONFIG_USB_NET_CDC_EEM=m -# CONFIG_USB_NET_CDC_NCM is not set -# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set -# CONFIG_USB_NET_CDC_MBIM is not set +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_HUAWEI_CDC_NCM=m +CONFIG_USB_NET_CDC_MBIM=m # CONFIG_USB_NET_DM9601 is not set # CONFIG_USB_NET_SR9700 is not set # CONFIG_USB_NET_SR9800 is not set CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_SIERRA_NET=m # CONFIG_USB_NET_GL620A is not set # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_NET_PLUSB is not set @@ -2526,10 +2528,8 @@ CONFIG_USB_NET_SMSC95XX=m # CONFIG_USB_NET_ZAURUS is not set # CONFIG_USB_NET_CX82310_ETH is not set # CONFIG_USB_NET_KALMIA is not set -# CONFIG_USB_NET_QMI_WWAN is not set # CONFIG_USB_NET_INT51X1 is not set # CONFIG_USB_IPHETH is not set -# CONFIG_USB_SIERRA_NET is not set # CONFIG_USB_VL600 is not set # CONFIG_USB_NET_CH9200 is not set # CONFIG_USB_NET_AQC111 is not set |