Remove usb-controller dependency (#1007)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5905 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
07e2a05679
commit
7134d678f6
|
@ -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