mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/kernel: add ATH79 symbols for OHCI/EHCI drivers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29861 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
835626f8de
commit
8bcaedf39a
@ -100,6 +100,7 @@ define KernelPackage/usb-ohci
|
||||
CONFIG_USB_OHCI \
|
||||
CONFIG_USB_OHCI_HCD \
|
||||
CONFIG_USB_OHCI_AR71XX=y \
|
||||
CONFIG_USB_OHCI_ATH79=y \
|
||||
CONFIG_USB_OCTEON_OHCI=y
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ohci-hcd.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,ohci-hcd,1)
|
||||
@ -210,6 +211,7 @@ define KernelPackage/usb2
|
||||
DEPENDS:=+TARGET_brcm47xx:kmod-usb-brcm47xx
|
||||
KCONFIG:=CONFIG_USB_EHCI_HCD \
|
||||
CONFIG_USB_EHCI_AR71XX=y \
|
||||
CONFIG_USB_EHCI_ATH79=y \
|
||||
CONFIG_USB_OCTEON_EHCI=y \
|
||||
CONFIG_USB_EHCI_FSL=n
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user