mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
linux-tbs-drivers: don't build sh_mobile_csi2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user