mvebu: make leds-turris-omnia depend on turris-omnia-mcu

Without explicit dependency between these two packages compilation
against Kernel 6.18 fails with the following error:

    Package kmod-leds-turris-omnia is missing dependencies for the
    following libraries: turris-omnia-mcu.ko

Make the dependency explicit to resolve this issue.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/22761
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Stefan Kalscheuer
2026-04-11 14:09:33 +02:00
committed by Hauke Mehrtens
parent 4c64a130eb
commit 9208fb6f9f
+1 -1
View File
@@ -45,7 +45,7 @@ $(eval $(call KernelPackage,turris-omnia-mcu))
define KernelPackage/leds-turris-omnia
SUBMENU:=$(LEDS_MENU)
TITLE:=LED support for CZ.NIC's Turris Omnia
DEPENDS:=@TARGET_mvebu_cortexa9
DEPENDS:=@TARGET_mvebu_cortexa9 kmod-turris-omnia-mcu
KCONFIG:=CONFIG_LEDS_TURRIS_OMNIA
FILES:=$(LINUX_DIR)/drivers/leds/leds-turris-omnia.ko
AUTOLOAD:=$(call AutoLoad,60,leds-turris-omnia,1)