Rockchip: Enable crazycat and hauppauge

This commit is contained in:
Radostan Riedel 2018-02-02 09:06:41 +01:00
parent f3bb7231d7
commit 2ce30b2b88
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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"