Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/19a5422626220244cd68979ae854b7a9f64548f7?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added missing xhci

pull/5/head
xSmurf 10 years ago
parent e614ee9d73
commit 19a5422626

@ -2441,7 +2441,8 @@ CONFIG_USB_MON=y
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y

Loading…
Cancel
Save