[OpenWrt-Devel] [PATCH] video-core package fix for trunk

Ian Cass ian at wheep.co.uk
Thu Jan 1 07:42:08 EST 2015


The latest trunk video-core package Makefile is broken. The newer kernel
builds an additional .ko that needs to be included in the package. Diff
below for package/kernel/linux/modules/video.mk

---
/home/ian/openwrt-trunk/openwrt/package/kernel/linux/modules/video.mk.orig
2015-01-01 12:35:32.260038466 +0000
+++ /home/ian/openwrt-trunk/openwrt/package/kernel/linux/modules/video.mk
2015-01-01 12:33:18.964043056 +0000
@@ -102,6 +102,7 @@ define KernelPackage/video-core
 ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.6.0)),1)
   FILES:= \
  $(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-common.ko \
+ $(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-dv-timings.ko \
  $(LINUX_DIR)/drivers/media/$(V4L2_DIR)/videodev.ko
   AUTOLOAD:=$(call AutoLoad,60, videodev v4l2-common)
 else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150101/828be470/attachment.htm>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list