The current defaults for ramips rt305x does not allow the USB subsystem to be selected/built.
This patch is just a small step in that direction. Signed-off-by: Luis Correia <[email protected]> --- Index: target/linux/ramips/rt305x/config-2.6.32 =================================================================== --- target/linux/ramips/rt305x/config-2.6.32 (revision 22691) +++ target/linux/ramips/rt305x/config-2.6.32 (working copy) @@ -150,8 +150,5 @@ CONFIG_TRAD_SIGNALS=y # CONFIG_TREE_PREEMPT_RCU is not set CONFIG_TREE_RCU=y -# CONFIG_USB_ARCH_HAS_EHCI is not set -# CONFIG_USB_ARCH_HAS_HCD is not set -# CONFIG_USB_ARCH_HAS_OHCI is not set CONFIG_USB_SUPPORT=y CONFIG_ZONE_DMA_FLAG=0 Index: target/linux/ramips/rt305x/config-2.6.34 =================================================================== --- target/linux/ramips/rt305x/config-2.6.34 (revision 22691) +++ target/linux/ramips/rt305x/config-2.6.34 (working copy) @@ -161,8 +161,5 @@ # CONFIG_TINY_RCU is not set CONFIG_TRAD_SIGNALS=y CONFIG_TREE_RCU=y -# CONFIG_USB_ARCH_HAS_EHCI is not set -# CONFIG_USB_ARCH_HAS_HCD is not set -# CONFIG_USB_ARCH_HAS_OHCI is not set CONFIG_USB_SUPPORT=y CONFIG_ZONE_DMA_FLAG=0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
