mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add initial video4linux support (for usb webcams) to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1654 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user