linux-tbs-drivers: fix build with kernel 3.9

This commit is contained in:
Stefan Saraev 2013-05-01 00:12:20 +03:00 committed by Stephan Raue
parent e4096832be
commit 962537f6d5

View File

@ -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)