From 0274ee9ea0e7b5516bc97d4276a0171819deedc0 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 21 Jan 2024 18:01:07 +0100 Subject: [PATCH] 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 --- device/testing/linux-postmarketos-qcom-sc7280/APKBUILD | 4 ++-- .../config-postmarketos-qcom-sc7280.aarch64 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/testing/linux-postmarketos-qcom-sc7280/APKBUILD b/device/testing/linux-postmarketos-qcom-sc7280/APKBUILD index 5e4b77ae7..c36c6ee1b 100644 --- a/device/testing/linux-postmarketos-qcom-sc7280/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-sc7280/APKBUILD @@ -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 " diff --git a/device/testing/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 b/device/testing/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 index 6ba9bd4a1..cc17fa754 100644 --- a/device/testing/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 +++ b/device/testing/linux-postmarketos-qcom-sc7280/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