svn checkout svn://svn.openwrt.org/openwrt/trunk kamikaze
or svn checkout svn://svn.openwrt.org/openwrt/branches/8.09 8.09.2
cd kamikaze
./scripts/feeds update
edit ./package/kernel/modules/video.mk adding these lines:
————-
define KernelPackage/video-em28xx
SUBMENU:=$(VIDEO_MENU)
TITLE:=Em28xx support
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
KCONFIG:=CONFIG_VIDEO_EM28XX
FILES:=$(LINUX_DIR)/drivers/media/video/em28xx/em28xx.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,em28xx)
endef
define KernelPackage/video-em28xx/description
Kernel modules for supporting Empia video capture devices.
endef
$(eval $(call KernelPackage,video-em28xx))
—————
make menuconfig (choose option needed by us)
make
then you have to load on nslu2 the new kernel and this modules:
tveeprom.ko
videobuf-core.ko
videobuf-vmalloc.ko
input-core.ko
ir-common.ko
and em28xx load correctly!
Now i’m working on build a package for this…
Leave a Reply