diff --git a/packages/linux-driver-addons/dvb/crazycat/package.mk b/packages/linux-driver-addons/dvb/crazycat/package.mk index 72b12e1a79..c77045a5c4 100644 --- a/packages/linux-driver-addons/dvb/crazycat/package.mk +++ b/packages/linux-driver-addons/dvb/crazycat/package.mk @@ -65,6 +65,8 @@ make_target() { if [ $LINUX = "amlogic-3.10" ]; then 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_LGDT3306A=m/# CONFIG_DVB_LGDT3306A is not set/g' -i v4l/.config fi # add menuconfig to edit .config diff --git a/projects/Rockchip/options b/projects/Rockchip/options index a22ffb56fd..73f6628e69 100644 --- a/projects/Rockchip/options +++ b/projects/Rockchip/options @@ -74,3 +74,11 @@ # Start boot partition at 16MiB, same as https://github.com/rockchip-linux/build images SYSTEM_PART_START=32768 + + # build and install driver addons (yes / no) + DRIVER_ADDONS_SUPPORT="yes" + + # driver addons to install: + # for a list of additinoal drivers see packages/linux-driver-addons + # Space separated list is supported, + DRIVER_ADDONS="crazycat hauppauge"