crazycat: disable CXD2820R for Rockchip

This commit is contained in:
Jonas Karlman 2018-08-21 23:37:45 +02:00
parent 436325306d
commit ec48694e0f

View File

@ -53,6 +53,7 @@ make_target() {
sed -e 's/CONFIG_IR_NUVOTON=m/# CONFIG_IR_NUVOTON is not set/g' -i v4l/.config
fi
elif [ "$PROJECT" = Rockchip ]; then
sed -e 's/CONFIG_DVB_CXD2820R=m/# CONFIG_DVB_CXD2820R is not set/g' -i v4l/.config
sed -e 's/CONFIG_DVB_LGDT3306A=m/# CONFIG_DVB_LGDT3306A is not set/g' -i v4l/.config
fi