From: Robert Marko Date: Wed, 8 Nov 2023 12:24:37 +0000 (+0100) Subject: gemini: usb-fotg210: remove uneeded dependency on @USB_SUPPORT X-Git-Tag: v24.10.0-rc1~3823 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13904%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/gemini/modules.mk b/target/linux/gemini/modules.mk index 7b7e70d0699..5f544d12c78 100644 --- a/target/linux/gemini/modules.mk +++ b/target/linux/gemini/modules.mk @@ -1,6 +1,6 @@ define KernelPackage/usb-fotg210 TITLE:=Support for FOTG210 USB host and device controllers - DEPENDS:=@USB_SUPPORT @TARGET_gemini + DEPENDS:=@TARGET_gemini KCONFIG:= \ CONFIG_USB_FOTG210 \ CONFIG_USB_FOTG210_HCD=y \