mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
linux-tbs-drivers: update to linux-tbs-drivers-130429
this is a dirty workaround, because it seems like tbs can't do it right. again in linux tbs driver changelog I see: 2. XXXXXX Linux Driver is updated to v130429, which has below updating * Further improve Linux kernel 3.9.x compatibility. which is, in fact, not true, after quick diff I realized that they changed exactly nothing. next time tbs should do their job, instead of announcing support for 'kernel xxx' why would we support this driver in the future ? it's not our job to fix broken drivers now and then.
This commit is contained in:
parent
a7c8a61722
commit
777cbc76b1
@ -30,7 +30,13 @@ cd $BUILD/${PKG_NAME}-${PKG_VERSION}/linux-tbs-drivers
|
|||||||
LDFLAGS="" make DIR=$(kernel_path) prepare
|
LDFLAGS="" make DIR=$(kernel_path) prepare
|
||||||
sed -i -e "s|^CONFIG_IR_LIRC_CODEC=.*$|# CONFIG_IR_LIRC_CODEC is not set|" v4l/.config
|
sed -i -e "s|^CONFIG_IR_LIRC_CODEC=.*$|# CONFIG_IR_LIRC_CODEC is not set|" v4l/.config
|
||||||
|
|
||||||
# linux 3.9 temp build fix
|
find . -iname *.c | xargs sed -i -e "s|__devinit||"
|
||||||
sed -i -e "s|^CONFIG_VIDEO_PVRUSB2=.*$|# CONFIG_VIDEO_PVRUSB2 is not set|" v4l/.config
|
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
|
||||||
|
sed -i -e "s|^$cfg=.*$|# $cfg is not set|" v4l/.config
|
||||||
|
done
|
||||||
|
|
||||||
LDFLAGS="" make DIR=$(kernel_path)
|
LDFLAGS="" make DIR=$(kernel_path)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="linux-tbs-drivers"
|
PKG_NAME="linux-tbs-drivers"
|
||||||
PKG_VERSION="130318"
|
PKG_VERSION="130429"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user