mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
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:
committed by
Hauke Mehrtens
parent
4c64a130eb
commit
9208fb6f9f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user