Skip to content

Commit

Permalink
kernel: remove kmod-usb-video
Browse files Browse the repository at this point in the history
This was remove in kernel 2.6.38 and is not needed any more.

The last commit (r31631) has the wrong message, kmod-usb-phidget was removed in kernel 2.6.30.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31632 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
hauke committed May 6, 2012
1 parent 5058310 commit 00f8102
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions package/kernel/modules/usb.mk
Expand Up @@ -676,21 +676,6 @@ endef
$(eval $(call KernelPackage,usb-storage-extras))


define KernelPackage/usb-video
TITLE:=Support for USB video devices
KCONFIG:=CONFIG_VIDEO_USBVIDEO
FILES:=$(LINUX_DIR)/drivers/media/video/usbvideo/usbvideo.ko
AUTOLOAD:=$(call AutoLoad,61,usbvideo)
$(call AddDepends/usb)
endef

define KernelPackage/usb-video/description
Kernel support for USB video devices
endef

$(eval $(call KernelPackage,usb-video))


define KernelPackage/usb-atm
TITLE:=Support for ATM on USB bus
DEPENDS:=+kmod-atm
Expand Down

0 comments on commit 00f8102

Please sign in to comment.