mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
dvb-latest: add RK workaround
This commit is contained in:
parent
1a8870a673
commit
960672ee0c
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user