kernel: package the usbmon module

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 37458
This commit is contained in:
Gabor Juhos 2013-07-19 22:19:26 +00:00
parent e47a2a24a7
commit 221ddfa19b

View File

@ -1046,3 +1046,16 @@ endef
$(eval $(call KernelPackage,usb-chipidea,1))
define KernelPackage/usbmon
TITLE:=USB traffic monitor
KCONFIG:=CONFIG_USB_MON
$(call AddDepends/usb)
FILES:=$(LINUX_DIR)/drivers/usb/mon/usbmon.ko
AUTOLOAD:=$(call AutoLoad,60,usbmon)
endef
define KernelPackage/usbmon/description
Kernel support for USB traffic monitoring.
endef
$(eval $(call KernelPackage,usbmon))