mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
rpi-kernel: add support for LXD 4.2+.
[ci skip]
This commit is contained in:
parent
c0154d527d
commit
31b54fd642
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=4.19.127
|
version=4.19.127
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="linux-${_githash}"
|
wrksrc="linux-${_githash}"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
|
@ -92,6 +92,9 @@ do_configure() {
|
||||||
|
|
||||||
# HID Controllers
|
# HID Controllers
|
||||||
echo "CONFIG_HID_STEAM=y" >> "$defconfig"
|
echo "CONFIG_HID_STEAM=y" >> "$defconfig"
|
||||||
|
|
||||||
|
# LXD 4.2+ support
|
||||||
|
echo "CONFIG_BRIDGE_VLAN_FILTERING=y" >> "$defconfig"
|
||||||
|
|
||||||
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
|
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue