Skip to content
Snippets Groups Projects
Commit 82739648 authored by James Christopher Adduono's avatar James Christopher Adduono Committed by Hauke Mehrtens
Browse files

kernel: kmod-usb-storage-uas


This will allow you to build and package the uas.ko module.
With more routers supporting USB 3.0 host this could help
speed up activities like DLNA and Samba, as well as reduce
CPU utilization over BOT mass storage drivers.

Signed-off-by: default avatarJames Christopher Adduono <jc@adduono.com>
parent 3fbf3ab4
No related branches found
No related tags found
No related merge requests found
......@@ -895,6 +895,25 @@ endef
$(eval $(call KernelPackage,usb-storage-extras))
define KernelPackage/usb-storage-uas
SUBMENU:=$(USB_MENU)
TITLE:=USB Attached SCSI (UASP) support
DEPENDS:=+kmod-usb-storage
KCONFIG:=CONFIG_USB_UAS
FILES:=$(LINUX_DIR)/drivers/usb/storage/uas.ko
AUTOLOAD:=$(call AutoProbe,uas)
endef
define KernelPackage/usb-storage-uas/description
Say Y here if you want to include support for
USB Attached SCSI (UAS/UASP), a higher
performance protocol available on many
newer USB 3.0 storage devices
endef
$(eval $(call KernelPackage,usb-storage-uas))
define KernelPackage/usb-atm
TITLE:=Support for ATM on USB bus
DEPENDS:=+kmod-atm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment