diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-09-30 13:21:16 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-30 13:29:58 +0100 |
commit | ca0e7054d82bcd11293b22e54d5f6c50bc72f54a (patch) | |
tree | cde77748ea5ebc92821959981c7a7a048df55138 /target/linux/ramips/image | |
parent | 7bba6b6f6331a989b544afc02d5502e1e9dfec30 (diff) | |
download | upstream-ca0e7054d82bcd11293b22e54d5f6c50bc72f54a.tar.gz upstream-ca0e7054d82bcd11293b22e54d5f6c50bc72f54a.tar.bz2 upstream-ca0e7054d82bcd11293b22e54d5f6c50bc72f54a.zip |
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@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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@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 |