Skip to content

Commit

Permalink
at91: udc driver was missing deps
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48726 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
John Crispin committed Feb 16, 2016
1 parent 15daf46 commit 53c98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/at91/modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(eval $(call KernelPackage,at91-adc))
define KernelPackage/at91-udc
SUBMENU:=$(USB_MENU)
TITLE:=USB Device Controller on atmel SoC
DEPENDS:=@TARGET_at91 +kmod-usb-gadget
DEPENDS:=@TARGET_at91 +kmod-usb-gadget +kmod-regmap
KCONFIG:=CONFIG_USB_AT91
ifneq ($(wildcard $(LINUX_DIR)/drivers/usb/gadget/udc/at91_udc.ko),)
FILES:=$(LINUX_DIR)/drivers/usb/gadget/udc/at91_udc.ko
Expand Down

0 comments on commit 53c98d9

Please sign in to comment.