From 9ccd3dc338ddd6e854c05605bcaa73d76382e77d Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sat, 26 Mar 2022 10:23:45 +0100 Subject: [PATCH] testing/linux-postmarketos-qcom-sm6350: upgrade to support UFS (MR 3036) Also modify the defconfig to for UFS and disable the legacy CONFIG_USB_ETH option and use configfs instead. --- device/testing/linux-postmarketos-qcom-sm6350/APKBUILD | 8 ++++---- .../config-postmarketos-qcom-sm6350.aarch64 | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/device/testing/linux-postmarketos-qcom-sm6350/APKBUILD b/device/testing/linux-postmarketos-qcom-sm6350/APKBUILD index 26ecc8598..e0bfae16e 100644 --- a/device/testing/linux-postmarketos-qcom-sm6350/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-sm6350/APKBUILD @@ -3,7 +3,7 @@ _flavor="postmarketos-qcom-sm6350" pkgname=linux-$_flavor pkgver=5.17_rc5 -pkgrel=0 +pkgrel=1 pkgdesc="Mainline Kernel fork for SM6350 devices" arch="aarch64" _carch="arm64" @@ -17,7 +17,7 @@ makedepends="bison findutils flex installkernel openssl-dev perl" _repo="linux" _config="config-$_flavor.$arch" -_commit="723fdb477e17a148002a5d36ffad2fbf4a1841a3" +_commit="f82f25ac2e0828bdf29522a978bc8974a3cb7a02" # Source source=" @@ -56,6 +56,6 @@ package() { } sha512sums=" -a1f471c85fb86fbf6d4c122d9190ce2e4f42b7a7ad2061d21ce0219fd58ff66e1c61d22e5aaf3ce87bfa4522487e8046131ace10babd8c101598ea8168de264d linux-723fdb477e17a148002a5d36ffad2fbf4a1841a3.tar.gz -3e43cd19f2ef00dba5ee221ab13d32b2f50d35a7af5ec5675145521c826f6cde86496112212f0337d7b857f07c2743aacd8dd6f1dd6c83d2cb6647a04fbc4a30 config-postmarketos-qcom-sm6350.aarch64 +9054e40ce1ea76652cf228b55e4879de2f18e96721d2d7d0ae5281521379ff445f00b70dfcf39dc12365f931c328e4b082899d406afc25a96074c2f183983634 linux-f82f25ac2e0828bdf29522a978bc8974a3cb7a02.tar.gz +b0ceccbbfd6acc57529ebf299bcf2e85083167f579de31238157f5fbe598dff85b32a7e6056eb2d75bdf89f32b936006c216e87d54a58105272c3ddb4304c853 config-postmarketos-qcom-sm6350.aarch64 " diff --git a/device/testing/linux-postmarketos-qcom-sm6350/config-postmarketos-qcom-sm6350.aarch64 b/device/testing/linux-postmarketos-qcom-sm6350/config-postmarketos-qcom-sm6350.aarch64 index 367294948..490c4b823 100644 --- a/device/testing/linux-postmarketos-qcom-sm6350/config-postmarketos-qcom-sm6350.aarch64 +++ b/device/testing/linux-postmarketos-qcom-sm6350/config-postmarketos-qcom-sm6350.aarch64 @@ -1827,7 +1827,7 @@ CONFIG_SCSI_UFSHCD=y CONFIG_SCSI_UFSHCD_PLATFORM=y # CONFIG_SCSI_UFS_CDNS_PLATFORM is not set # CONFIG_SCSI_UFS_DWC_TC_PLATFORM is not set -CONFIG_SCSI_UFS_QCOM=m +CONFIG_SCSI_UFS_QCOM=y # CONFIG_SCSI_UFS_BSG is not set # CONFIG_SCSI_UFS_HPB is not set # CONFIG_SCSI_UFS_HWMON is not set @@ -4806,9 +4806,7 @@ CONFIG_USB_CONFIGFS_F_FS=y # # CONFIG_USB_ZERO is not set # CONFIG_USB_AUDIO is not set -CONFIG_USB_ETH=y -CONFIG_USB_ETH_RNDIS=y -# CONFIG_USB_ETH_EEM is not set +# CONFIG_USB_ETH is not set # CONFIG_USB_G_NCM is not set # CONFIG_USB_GADGETFS is not set # CONFIG_USB_FUNCTIONFS is not set