rpi-kernel: add support for LXD 4.2+.

[ci skip]
This commit is contained in:
fosslinux 2020-07-17 17:37:11 +10:00 committed by Piraty
parent c0154d527d
commit 31b54fd642

View file

@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=4.19.127
revision=1
revision=2
wrksrc="linux-${_githash}"
maintainer="Peter Bui <pbui@github.bx612.space>"
homepage="http://www.kernel.org"
@ -92,6 +92,9 @@ do_configure() {
# HID Controllers
echo "CONFIG_HID_STEAM=y" >> "$defconfig"
# LXD 4.2+ support
echo "CONFIG_BRIDGE_VLAN_FILTERING=y" >> "$defconfig"
make ${makejobs} ${_cross} ARCH=${_arch} ${target}