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.
This commit is contained in:
parent
4d269cb31a
commit
9ccd3dc338
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue