kernel: package the usbmon module
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37458
This commit is contained in:
parent
e47a2a24a7
commit
221ddfa19b
@ -1046,3 +1046,16 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,usb-chipidea,1))
|
$(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))
|
||||||
|
Loading…
Reference in New Issue
Block a user