mirror of https://github.com/hak5/openwrt.git
ipq806x: enable usb support
This change doesn't make USB functional but it does make it selectable from a configuration perspective. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45259lede-17.01
parent
4bb94e5b2d
commit
654312267c
|
@ -352,6 +352,7 @@ CONFIG_UEVENT_HELPER_PATH=""
|
|||
CONFIG_UID16=y
|
||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
||||
CONFIG_UNINLINE_SPIN_UNLOCK=y
|
||||
CONFIG_USB_SUPPORT=y
|
||||
CONFIG_USE_OF=y
|
||||
CONFIG_VECTORS_BASE=0xffff0000
|
||||
# CONFIG_VFIO is not set
|
||||
|
|
|
@ -365,6 +365,7 @@ CONFIG_UEVENT_HELPER_PATH=""
|
|||
CONFIG_UID16=y
|
||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
||||
CONFIG_UNINLINE_SPIN_UNLOCK=y
|
||||
CONFIG_USB_SUPPORT=y
|
||||
CONFIG_USE_OF=y
|
||||
CONFIG_VECTORS_BASE=0xffff0000
|
||||
CONFIG_VFP=y
|
||||
|
|
Loading…
Reference in New Issue