mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux-tbs-drivers: don't build sh_mobile_csi2
This commit is contained in:
parent
0985118d52
commit
405fa3a812
@ -35,7 +35,7 @@ find . -iname *.h | xargs sed -i -e "s|__devinit||"
|
||||
find . -iname *.c | xargs sed -i -e "s|__devexit||"
|
||||
find . -iname *.h | xargs sed -i -e "s|__devexit||"
|
||||
|
||||
for cfg in CONFIG_VIDEO_SH_MOBILE_CEU ; do
|
||||
for cfg in CONFIG_VIDEO_SH_MOBILE_CEU CONFIG_VIDEO_SH_MOBILE_CSI2 ; do
|
||||
sed -i -e "s|^$cfg=.*$|# $cfg is not set|" v4l/.config
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user