tbs-linux-drivers: it's now safe to re-enable CONFIG_IR_LIRC_CODEC

This commit is contained in:
Stefan Saraev 2013-05-26 20:38:46 +03:00
parent 47ea136e37
commit e19c8dfd83

View File

@ -28,7 +28,6 @@ cd $BUILD/${PKG_NAME}-${PKG_VERSION}/linux-tbs-drivers
[ "$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
find . -iname *.c | xargs sed -i -e "s|__devinit||"
find . -iname *.h | xargs sed -i -e "s|__devinit||"