main/linux-postmarketos-qcom-msm8974: hotfix for missing bam_dmux
Turns out, after refactoring (moving bam_dmux driver to wwan subsystem) we need to set CONFIG_WWAN=y for bam_dmux driver to be built. Fix this asap :)
This commit is contained in:
parent
f1e0404fb8
commit
2a1f6bddb8
@ -4,7 +4,7 @@ _config="config-$_flavor.$CARCH"
|
||||
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.13.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit="f0c6bd2be0298ad026ee510f17dd4e7890c424a0"
|
||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8974 devices"
|
||||
arch="armv7"
|
||||
@ -55,5 +55,5 @@ package() {
|
||||
|
||||
sha512sums="
|
||||
14d026ef0e22f03284c0b49222001515940f39c4e83aaaa88d10be08594a870abf4e0d8e8ad96c6df107ed3ab0856c42c5c95660de1dd970cc82e82f9b62582f linux-postmarketos-f0c6bd2be0298ad026ee510f17dd4e7890c424a0.tar.gz
|
||||
11123fec031cd4f30bc77e70639d35bcc55252d47fca5016b686b704c77f329d7568c88f7d0abaac5788c275d3f26e9502560186faf4cf706937ab7fbaff2ff9 config-postmarketos-qcom-msm8974.armv7
|
||||
ba9fa1d9d7dbdc367e103f2c4c55e2b233c189ed37d2397fd4c7106946f6f3705a219071fbd5826cff6612da4dda33384e56baa45879761055b90d6da8f264ec config-postmarketos-qcom-msm8974.armv7
|
||||
"
|
||||
|
@ -2185,7 +2185,6 @@ CONFIG_NET_VENDOR_QLOGIC=y
|
||||
CONFIG_NET_VENDOR_QUALCOMM=y
|
||||
# CONFIG_QCA7000_SPI is not set
|
||||
# CONFIG_QCA7000_UART is not set
|
||||
CONFIG_QCOM_BAM_DMUX=m
|
||||
# CONFIG_QCOM_EMAC is not set
|
||||
# CONFIG_RMNET is not set
|
||||
CONFIG_NET_VENDOR_RDC=y
|
||||
@ -2467,7 +2466,9 @@ CONFIG_WLAN_VENDOR_QUANTENNA=y
|
||||
# CONFIG_USB_NET_RNDIS_WLAN is not set
|
||||
# CONFIG_VIRT_WIFI is not set
|
||||
# CONFIG_WAN is not set
|
||||
# CONFIG_WWAN is not set
|
||||
CONFIG_WWAN=y
|
||||
# CONFIG_WWAN_CORE is not set
|
||||
CONFIG_QCOM_BAM_DMUX=m
|
||||
# CONFIG_VMXNET3 is not set
|
||||
# CONFIG_NETDEVSIM is not set
|
||||
CONFIG_NET_FAILOVER=m
|
||||
|
Loading…
Reference in New Issue
Block a user