diff options
author | John Crispin <john@openwrt.org> | 2015-03-10 11:03:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-10 11:03:10 +0000 |
commit | cacc152a37f9bca393736beb52dafa0ca2cc5e2a (patch) | |
tree | c57f7eec37e7ea566d8adaab042fc10f5b4d55a3 /target/linux/kirkwood | |
parent | a3af8bf2160865f9885b860794a6de3242d3819c (diff) | |
download | upstream-cacc152a37f9bca393736beb52dafa0ca2cc5e2a.tar.gz upstream-cacc152a37f9bca393736beb52dafa0ca2cc5e2a.tar.bz2 upstream-cacc152a37f9bca393736beb52dafa0ca2cc5e2a.zip |
kirkwood: add missing symbol that broke full builds
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44641
Diffstat (limited to 'target/linux/kirkwood')
-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 |