From 8b51e5d9fa18bc0eeb695dcad8ae1a7428149a51 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 14 Aug 2005 03:01:53 +0000 Subject: add initial video4linux support (for usb webcams) to head git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1654 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/linux-2.4/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openwrt/target/linux/linux-2.4/Makefile') diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index ff3cbb6e1..0fcf441a8 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -171,6 +171,12 @@ $(eval $(call KMOD_template,GRE,gre,\ $(eval $(call KMOD_template,SCHED,sched,\ $(MODULES_DIR)/kernel/net/sched/*.o \ )) +$(eval $(call KMOD_template,VIDEODEV,videodev,\ + $(MODULES_DIR)/kernel/drivers/media/video/videodev.o \ +)) +$(eval $(call KMOD_template,PWC,pwc,\ + $(MODULES_DIR)/kernel/drivers/usb/pwc.o \ +)) $(TARGETS): $(PACKAGE_DIR) -- cgit v1.2.3