tbs-linux-drivers: don't build ir-lirc-codec

This commit is contained in:
Stefan Saraev 2013-01-26 20:17:17 +02:00
parent 7564d70e96
commit a5ee6b23cb

View File

@ -27,4 +27,6 @@ cd $BUILD/${PKG_NAME}-${PKG_VERSION}/linux-tbs-drivers
[ "$TARGET_ARCH" = "i386" ] && ./v4l/tbs-x86_r3.sh
[ "$TARGET_ARCH" = "x86_64" ] && ./v4l/tbs-x86_64.sh
LDFLAGS="" make DIR=$(kernel_path) prepare
sed -i -e "s|^CONFIG_IR_LIRC_CODEC=.*$|# CONFIG_IR_LIRC_CODEC is not set|" v4l/.config
LDFLAGS="" make DIR=$(kernel_path)