linux-postmarketos-qcom-sc7280: enable CONFIG_RMNET (MR 4749)
Required for getting mobile data up, otherwise ModemManager fails to connect with: Status | connected: no | connection error name: org.freedesktop.ModemManager1.Error.MobileEquipment.Unknown | connection error message: failed to create net link for device: failed to add link for device: Could not allocate link: Failed to add link with mux id 1: Netlink message with transaction 27 failed
This commit is contained in:
parent
90fe9b508a
commit
0274ee9ea0
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
_flavor="postmarketos-qcom-sc7280"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.7.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline Kernel fork for SC7280/SM7325/QCM6490 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -55,5 +55,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
91976b128540662a672db3789b7a6bcbd24d6464594df8039366d4c1871995f94ccb3677ee19c97fbcff6663ec7f5034d94971e705780d01ee82f5a6008db0df linux-v6.7.0-sc7280.tar.gz
|
||||
1b206de32f7fbd72689c50ff5b0e712f347f4f2ae9fce8fffe2787caa914244d54db8b005bd70ee2dc87fbbfa4e815da925783d2b27e9565131e79682f7eda8f config-postmarketos-qcom-sc7280.aarch64
|
||||
dc17a873887c10bfdfdd6e11002107d8b30d279159f69e406134191c2d13541221eafb11fa41f48bad1a1a391fc50a2e57f41d87b55f0c1082e0827f1b7ce3d0 config-postmarketos-qcom-sc7280.aarch64
|
||||
"
|
||||
|
|
|
@ -1917,7 +1917,7 @@ CONFIG_NET_VENDOR_QUALCOMM=y
|
|||
# CONFIG_QCA7000_SPI is not set
|
||||
# CONFIG_QCA7000_UART is not set
|
||||
# CONFIG_QCOM_EMAC is not set
|
||||
# CONFIG_RMNET is not set
|
||||
CONFIG_RMNET=m
|
||||
CONFIG_NET_VENDOR_RENESAS=y
|
||||
CONFIG_NET_VENDOR_ROCKER=y
|
||||
CONFIG_NET_VENDOR_SAMSUNG=y
|
||||
|
|
Loading…
Reference in a new issue