mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
gemini: usb-fotg210: remove uneeded dependency on @USB_SUPPORT
$(call AddDepends/usb) will add the dependency on @USB_SUPPORT so there is no need to duplicate it. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
7e87e2f83d
commit
a78c4e0c57
@ -1,6 +1,6 @@
|
|||||||
define KernelPackage/usb-fotg210
|
define KernelPackage/usb-fotg210
|
||||||
TITLE:=Support for FOTG210 USB host and device controllers
|
TITLE:=Support for FOTG210 USB host and device controllers
|
||||||
DEPENDS:=@USB_SUPPORT @TARGET_gemini
|
DEPENDS:=@TARGET_gemini
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_USB_FOTG210 \
|
CONFIG_USB_FOTG210 \
|
||||||
CONFIG_USB_FOTG210_HCD=y \
|
CONFIG_USB_FOTG210_HCD=y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user