mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-chromebook - add CP210x=m
This commit is contained in:
parent
f9f713fe05
commit
303fd6d7f5
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ buildarch=4
|
|||
|
||||
pkgbase=linux-chromebook
|
||||
pkgname=('linux-chromebook' 'linux-headers-chromebook')
|
||||
pkgver=20140421
|
||||
pkgver=20140511
|
||||
_kernelname=${pkgname#linux}
|
||||
pkgdesc="ChromiumOS kernel with ArchLinux ARM tweaks"
|
||||
_basever=3.4
|
||||
|
@ -23,7 +23,7 @@ source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archiv
|
|||
noextract=("${_commit}.tar.gz")
|
||||
# Skipping the source, because the md5sum changes from build to build.
|
||||
md5sums=('SKIP'
|
||||
'2d9911daeffef1ee61534850ef5c8d9b'
|
||||
'63e305c8215b06908af7768e1baaf1ff'
|
||||
'56f8343875b928b6aa4e83921e5df25f')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -2893,7 +2893,7 @@ CONFIG_USB_SERIAL_GENERIC=y
|
|||
# CONFIG_USB_SERIAL_CH341 is not set
|
||||
# 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=m
|
||||
|
|
Loading…
Reference in a new issue