The current defaults for ramips rt305x does not allow the USB subsystem to be selected/built.
usbcore et al is now built correctly (compile tested only on 2.6.34) 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 22663) +++ target/linux/ramips/rt305x/config-2.6.32 (working copy) @@ -150,8 +150,6 @@ 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=y +CONFIG_USB_DEBUG=y +# CONFIG_USB_EHCI_HCD 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 22663) +++ target/linux/ramips/rt305x/config-2.6.34 (working copy) @@ -161,8 +161,9 @@ # 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=y +CONFIG_USB_DEBUG=y +# CONFIG_USB_EHCI_HCD is not set CONFIG_USB_SUPPORT=y +# CONFIG_USB_UHCI_HCD is not set CONFIG_ZONE_DMA_FLAG=0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
