From 4aa6bdff4303c6a1cd63832722c2a12701303f0d Mon Sep 17 00:00:00 2001 From: Robert Eckelmann <longnoserob@postmarketos.org> Date: Tue, 24 Sep 2024 21:52:01 +0900 Subject: [PATCH] linux-lenovo-21bx: enable USB gadgets for debug-shell (MR 5621) Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org> --- device/community/linux-lenovo-21bx/APKBUILD | 4 ++-- device/community/linux-lenovo-21bx/config-lenovo-21bx.aarch64 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/community/linux-lenovo-21bx/APKBUILD b/device/community/linux-lenovo-21bx/APKBUILD index 568cbc0f587..5a96d9bf0c1 100644 --- a/device/community/linux-lenovo-21bx/APKBUILD +++ b/device/community/linux-lenovo-21bx/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Konrad Dybcio <konradybcio@kernel.org> pkgname=linux-lenovo-21bx pkgver=6.10 -pkgrel=1 +pkgrel=2 _commit="f0239008542ebdcd4a94755124b5700649df5c39" pkgdesc="Lenovo ThinkPad X13s kernel fork" arch="aarch64" @@ -68,5 +68,5 @@ package() { sha512sums=" efbf5fdaba513098c9c0f8eb2a559e58c6fd1180bcdf897514b2104480f0d2de2065f073d12204989804b61b083c2b3f9d605493ca6e89bb25e0beeae8545273 linux-lenovo-21bx-f0239008542ebdcd4a94755124b5700649df5c39.tar.gz -b1ad53eab677711b27505a9a6eac3ab34e83196a3fc2496855c1103d0b78e3e97dabdefd7f86bd318c516f4ab7cb6e303df92e60e1c1ee16ae0bb80ba6f1e08a config-lenovo-21bx.aarch64 +3b23ca72fa9d31d703ef07e308f6adb7b1eed380578261212f1758a06dbf5718d1aa2d8cdf53cedbaa0ec65345a1bedd5e3f5098075c572f17a44593c696e968 config-lenovo-21bx.aarch64 " diff --git a/device/community/linux-lenovo-21bx/config-lenovo-21bx.aarch64 b/device/community/linux-lenovo-21bx/config-lenovo-21bx.aarch64 index c69f0e638ce..e661f13f0b6 100644 --- a/device/community/linux-lenovo-21bx/config-lenovo-21bx.aarch64 +++ b/device/community/linux-lenovo-21bx/config-lenovo-21bx.aarch64 @@ -4774,7 +4774,7 @@ CONFIG_USB_CONFIGFS_NCM=y CONFIG_USB_CONFIGFS_ECM_SUBSET=y CONFIG_USB_CONFIGFS_RNDIS=y CONFIG_USB_CONFIGFS_EEM=y -# CONFIG_USB_CONFIGFS_MASS_STORAGE is not set +CONFIG_USB_CONFIGFS_MASS_STORAGE=y # CONFIG_USB_CONFIGFS_F_LB_SS is not set CONFIG_USB_CONFIGFS_F_FS=y # CONFIG_USB_CONFIGFS_F_UAC1 is not set -- GitLab