diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-10 11:03:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-10 11:03:10 +0000 |
commit | 080f1402b492f8522af6f20c767cfa6b592a04b8 (patch) | |
tree | 5cb36150be66381a084ba00fa39b0937a53ba2a3 | |
parent | 70499c3e462cfcbd8ec03d8ba98841d0a3676426 (diff) | |
download | upstream-080f1402b492f8522af6f20c767cfa6b592a04b8.tar.gz upstream-080f1402b492f8522af6f20c767cfa6b592a04b8.tar.bz2 upstream-080f1402b492f8522af6f20c767cfa6b592a04b8.zip |
kirkwood: add missing symbol that broke full builds
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44641 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/kirkwood/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-3.18 b/target/linux/kirkwood/config-3.18 index 493192f4dd..7a8f9d8964 100644 --- a/target/linux/kirkwood/config-3.18 +++ b/target/linux/kirkwood/config-3.18 @@ -306,6 +306,7 @@ CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_XHCI_MVEBU is not set CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 # CONFIG_VFP is not set |