mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
rpi-kernel: enable IR device modules
[skip ci]
This commit is contained in:
parent
6f37b51041
commit
cedade4f2e
1 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=4.19.79
|
version=4.19.79
|
||||||
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"
|
||||||
|
@ -81,6 +81,14 @@ do_configure() {
|
||||||
echo "CONFIG_F2FS_FS_SECURITY=y" >> "$defconfig"
|
echo "CONFIG_F2FS_FS_SECURITY=y" >> "$defconfig"
|
||||||
echo "CONFIG_CGROUP_PIDS=y" >> "$defconfig"
|
echo "CONFIG_CGROUP_PIDS=y" >> "$defconfig"
|
||||||
|
|
||||||
|
# IR Remote Support
|
||||||
|
echo "CONFIG_RC_CORE=y" >> "$defconfig"
|
||||||
|
echo "CONFIG_LIRC=y" >> "$defconfig"
|
||||||
|
echo "CONFIG_RC_DECODERS=y" >> "$defconfig"
|
||||||
|
echo "CONFIG_RC_DEVICES=y" >> "$defconfig"
|
||||||
|
echo "CONFIG_IR_RC6_DECODER=m" >> "$defconfig"
|
||||||
|
echo "CONFIG_IR_MCEUSB=m" >> "$defconfig"
|
||||||
|
|
||||||
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
|
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
|
||||||
|
|
||||||
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||||
|
|
Loading…
Add table
Reference in a new issue