rpi-kernel: add support for LXD 4.2+.
[ci skip]
This commit is contained in:
@@ -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}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user