1
0
mirror of https://github.com/openwrt/openwrt.git synced 2025-08-07 22:30:33 +08:00

brcm63xx: add support for linux 3.3

SVN-Revision: 30027
This commit is contained in:
Jonas Gorski
2012-02-04 10:17:27 +00:00
parent 49874a57f1
commit 778e5d4fa5
39 changed files with 5082 additions and 0 deletions

View File

@ -101,6 +101,7 @@ define KernelPackage/usb-ohci
CONFIG_USB_OHCI_HCD \
CONFIG_USB_OHCI_AR71XX=y \
CONFIG_USB_OHCI_ATH79=y \
CONFIG_USB_OHCI_BCM63XX=y \
CONFIG_USB_OCTEON_OHCI=y
FILES:=$(LINUX_DIR)/drivers/usb/host/ohci-hcd.ko
AUTOLOAD:=$(call AutoLoad,50,ohci-hcd,1)
@ -212,6 +213,7 @@ define KernelPackage/usb2
KCONFIG:=CONFIG_USB_EHCI_HCD \
CONFIG_USB_EHCI_AR71XX=y \
CONFIG_USB_EHCI_ATH79=y \
CONFIG_USB_EHCI_BCM63XX=y \
CONFIG_USB_OCTEON_EHCI=y \
CONFIG_USB_EHCI_FSL=n
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko