[openwrt/openwrt] ubnt-ledbar: make package available on other targets
LEDE Commits
lede-commits at lists.infradead.org
Fri Sep 30 05:31:25 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7bba6b6f6331a989b544afc02d5502e1e9dfec30
commit 7bba6b6f6331a989b544afc02d5502e1e9dfec30
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Sep 30 13:17:07 2022 +0100
ubnt-ledbar: make package available on other targets
As also ramips/mt7621 now has a user of the ubnt-ledbar driver, make
the package available on all targets by removing the dependency on
@TARGET_mediatek_mt7622.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/kernel/ubnt-ledbar/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/ubnt-ledbar/Makefile b/package/kernel/ubnt-ledbar/Makefile
index 8fbae9ab94..90eccf1c21 100644
--- a/package/kernel/ubnt-ledbar/Makefile
+++ b/package/kernel/ubnt-ledbar/Makefile
@@ -20,11 +20,11 @@ define KernelPackage/leds-ubnt-ledbar
FILES:= \
$(PKG_BUILD_DIR)/leds-ubnt-ledbar.ko
AUTOLOAD:=$(call AutoProbe,leds-ubnt-ledbar,1)
- DEPENDS:=@TARGET_mediatek_mt7622 +kmod-i2c-core
+ DEPENDS:=+kmod-i2c-core
endef
define KernelPackage/leds-ubnt-ledbar/description
- LED support for Ubiquiti UniFi 6 LR
+ LED support for some Ubiquiti UniFi access points.
endef
define Build/Compile
More information about the lede-commits
mailing list