main/linux-postmarketos-allwinner: add CP210X module (MR 4326)
This allows use of some USB peripherals that utilize the CP210X serial chip. This includes not only mere UART-to-USB adapters, but also some devices like GPS, Zigbee dongles, etc. [ci:skip-build]: Already built successfully in CI
This commit is contained in:
parent
d2eed81a20
commit
d663d4d678
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ _flavor=postmarketos-allwinner
|
|||
_config="config-$_flavor.$CARCH"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.4.7_git20230731
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_tag="orange-pi-6.4-20230731-1920"
|
||||
pkgdesc="Kernel fork with Pine64 patches (megi's tree, slightly patched)"
|
||||
arch="aarch64 armv7"
|
||||
|
@ -85,7 +85,7 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
53ce7d6d7ec0fe349f657bffbcf5a985992db54082aa5795ffe3bf8592ce61423fbca721777e1c3e941ac4bf8861142cbca4cff0890d693f3c2c7473462f9045 linux-postmarketos-allwinner-orange-pi-6.4-20230731-1920.tar.gz
|
||||
3c6882defb808e4504c51f14bc9502284dc7192483a87f25627c0d0709def9a7bb753b83e6f6af6cb41c18537b1d22008c6b9d62d48062419c2b4f31bdde5e5a config-postmarketos-allwinner.aarch64
|
||||
b1b0d29793337f86670c66d96478c26603f48f785fd39bc5c982c9ec1bdd6f0a3154205aacfdd29a44c1ca420e3cbb7ce1dc5018e8a7420c542aded3717ef2a2 config-postmarketos-allwinner.aarch64
|
||||
17153e6aab0d84816a1616d2015da645f5e637e3033e5ca04683c1a989560a03a043048d360a6f1cce026713705a981b9dd6e492de3c74a4eabec9096d4085ed config-postmarketos-allwinner.armv7
|
||||
126e0a65e04f22f14eac1281a69000d9d5b107ed8fd1b52f37e812751f55e6c45b0240ceac61c9d95ae7f0543aaf9d96b85a8532baf59283c077b9945e615367 0001-dts-add-dontbeevil-pinephone-devkit.patch
|
||||
1dc710f5abacdd5698169d5e985efeca8114986c774c3d65e89812d08ceb3db5ebdc6dd64dd76a262c761f3bfc3ffb6bc237fd5236bd1f89c5975d12e42eda04 0002-dts-add-pinetab-dev-old-display-panel.patch
|
||||
|
|
|
@ -4313,7 +4313,7 @@ CONFIG_USB_SERIAL=m
|
|||
CONFIG_USB_SERIAL_CH341=m
|
||||
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
||||
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
|
||||
# CONFIG_USB_SERIAL_CP210X is not set
|
||||
CONFIG_USB_SERIAL_CP210X=m
|
||||
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
|
||||
# CONFIG_USB_SERIAL_EMPEG is not set
|
||||
# CONFIG_USB_SERIAL_FTDI_SIO is not set
|
||||
|
|
Loading…
Reference in a new issue