mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 21:50:15 +02:00
Remove usb-controller dependency (#1007)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c93a964d2
commit
50cbd8a197
@ -87,7 +87,7 @@ $(eval $(call KernelPackage,usb2))
|
||||
|
||||
define usbdep
|
||||
SUBMENU:=$(USBMENU)
|
||||
DEPENDS:=kmod-usb-core usb-controller $(1)
|
||||
DEPENDS:=kmod-usb-core $(1)
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user