[openwrt/openwrt] ubnt-ledbar: depend on mediatek and ramips subtargets
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 8 08:28:48 PDT 2023
chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/1e4f9db13836de5eea0cb2e6c90c04331a4cabbe
commit 1e4f9db13836de5eea0cb2e6c90c04331a4cabbe
Author: Tomasz Maciej Nowak <tmn505 at gmail.com>
AuthorDate: Thu Apr 27 16:34:49 2023 +0200
ubnt-ledbar: depend on mediatek and ramips subtargets
It's only used on devices in mt7621 and mt7622 subtargets, so no reason
to compile it for others.
Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
(cherry picked from commit e81298463ed45cd03d45837c12f4c0a4b85f6cd4)
---
package/kernel/ubnt-ledbar/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/ubnt-ledbar/Makefile b/package/kernel/ubnt-ledbar/Makefile
index 90eccf1c21..69236ffbb3 100644
--- a/package/kernel/ubnt-ledbar/Makefile
+++ b/package/kernel/ubnt-ledbar/Makefile
@@ -20,7 +20,7 @@ define KernelPackage/leds-ubnt-ledbar
FILES:= \
$(PKG_BUILD_DIR)/leds-ubnt-ledbar.ko
AUTOLOAD:=$(call AutoProbe,leds-ubnt-ledbar,1)
- DEPENDS:=+kmod-i2c-core
+ DEPENDS:=@TARGET_mediatek_mt7622||TARGET_ramips_mt7621 +kmod-i2c-core
endef
define KernelPackage/leds-ubnt-ledbar/description
More information about the lede-commits
mailing list