dvb-latest: add RK workaround

This commit is contained in:
CvH 2018-11-26 19:56:18 +01:00
parent 1a8870a673
commit 960672ee0c

View File

@ -30,6 +30,10 @@ make_target() {
# make config all
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path) allyesconfig
if [ "$PROJECT" = Rockchip ]; then
sed -e 's/CONFIG_VIDEO_ADV7604=m/# CONFIG_VIDEO_ADV7604 is not set/g' -i v4l/.config
fi
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path)
}