[openwrt/openwrt] ramips: add led driver to UniFi FlexHD defaut package set

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 30 05:31:26 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ca0e7054d82bcd11293b22e54d5f6c50bc72f54a

commit ca0e7054d82bcd11293b22e54d5f6c50bc72f54a
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Sep 30 13:21:16 2022 +0100

    ramips: add led driver to UniFi FlexHD defaut package set
    
    Add kmod-leds-ubnt-ledbar to the packages selected by default on the
    UniFi FlexHD access point.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/ramips/image/mt7621.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index ca6ee4cc1f..d7bbedac05 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1953,7 +1953,7 @@ define Device/ubnt_unifi-flexhd
   DEVICE_MODEL := UniFi FlexHD
   DEVICE_DTS_CONFIG := config at 2
   KERNEL := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
-  DEVICE_PACKAGES += kmod-mt7603 kmod-mt7615e kmod-mt7615-firmware
+  DEVICE_PACKAGES += kmod-mt7603 kmod-mt7615e kmod-mt7615-firmware kmod-leds-ubnt-ledbar
   IMAGE_SIZE := 15552k
 endef
 TARGET_DEVICES += ubnt_unifi-flexhd




More information about the lede-commits mailing list