mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
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))
|
||||
|
||||
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