mirror of https://github.com/hak5/openwrt-owl.git
linux/archs38: Disable USB 2.0
As of today USB 2.0 (AKA EHCI) doesn't work on axs103 board and so there's no reason to build corresponding software for it. Once USB 2.0 gets fixed on axs103 thi patch might be reverted. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>owl
parent
1cc092f72b
commit
2005732ea7
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/Default
|
||||
NAME:=Default Profile (all drivers)
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/axs103
|
||||
NAME:=Synopsys DesignWare AXS103
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci
|
||||
endef
|
||||
|
||||
define Profile/axs103/Description
|
||||
|
|
Loading…
Reference in New Issue