mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Rockchip: Enable crazycat and hauppauge
This commit is contained in:
parent
f3bb7231d7
commit
2ce30b2b88
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user