mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux-tbs-drivers: fix build with kernel 3.9
This commit is contained in:
parent
e4096832be
commit
962537f6d5
@ -29,4 +29,8 @@ cd $BUILD/${PKG_NAME}-${PKG_VERSION}/linux-tbs-drivers
|
||||
|
||||
LDFLAGS="" make DIR=$(kernel_path) prepare
|
||||
sed -i -e "s|^CONFIG_IR_LIRC_CODEC=.*$|# CONFIG_IR_LIRC_CODEC is not set|" v4l/.config
|
||||
|
||||
# linux 3.9 temp build fix
|
||||
sed -i -e "s|^CONFIG_VIDEO_PVRUSB2=.*$|# CONFIG_VIDEO_PVRUSB2 is not set|" v4l/.config
|
||||
|
||||
LDFLAGS="" make DIR=$(kernel_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user