Author: blogic Date: 2015-04-03 21:06:11 +0200 (Fri, 03 Apr 2015) New Revision: 45259
Modified: trunk/target/linux/ipq806x/config-3.18 trunk/target/linux/ipq806x/config-4.0 Log: 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 <[email protected]> Modified: trunk/target/linux/ipq806x/config-3.18 =================================================================== --- trunk/target/linux/ipq806x/config-3.18 2015-04-03 19:06:06 UTC (rev 45258) +++ trunk/target/linux/ipq806x/config-3.18 2015-04-03 19:06:11 UTC (rev 45259) @@ -352,6 +352,7 @@ 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 Modified: trunk/target/linux/ipq806x/config-4.0 =================================================================== --- trunk/target/linux/ipq806x/config-4.0 2015-04-03 19:06:06 UTC (rev 45258) +++ trunk/target/linux/ipq806x/config-4.0 2015-04-03 19:06:11 UTC (rev 45259) @@ -365,6 +365,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
