1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

brcm63xx: kmod-bcm63xx-udc: fix module path for 3.18+

Fix the module path for linux 3.18+.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44785
This commit is contained in:
Jonas Gorski 2015-03-15 14:19:10 +00:00
parent 12301a79b7
commit 9d893d39bd

@ -25,7 +25,9 @@ define KernelPackage/bcm63xx-udc
TITLE:=Broadcom BCM63xx UDC support TITLE:=Broadcom BCM63xx UDC support
DEPENDS:=@TARGET_brcm63xx +kmod-usb-gadget DEPENDS:=@TARGET_brcm63xx +kmod-usb-gadget
KCONFIG:=CONFIG_USB_BCM63XX_UDC KCONFIG:=CONFIG_USB_BCM63XX_UDC
FILES:=$(LINUX_DIR)/drivers/usb/gadget/bcm63xx_udc.ko FILES:= \
$(LINUX_DIR)/drivers/usb/gadget/bcm63xx_udc.ko@lt3.18 \
$(LINUX_DIR)/drivers/usb/gadget/udc/bcm63xx_udc.ko@ge3.18
AUTOLOAD:=$(call AutoLoad,51,bcm63xx_udc) AUTOLOAD:=$(call AutoLoad,51,bcm63xx_udc)
$(call AddDepends/usb) $(call AddDepends/usb)
endef endef