diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2022-06-14 15:54:48 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:09:53 +0300 |
commit | 4ab421b81d383c127135716f56a1e18337575516 (patch) | |
tree | decf59662eebdb6697ea3d266223d731a6874d54 /target/linux/qoriq/image | |
parent | e02406e3cc949deeb3feee26dd6df8502f8c15a2 (diff) | |
download | upstream-4ab421b81d383c127135716f56a1e18337575516.tar.gz upstream-4ab421b81d383c127135716f56a1e18337575516.tar.bz2 upstream-4ab421b81d383c127135716f56a1e18337575516.zip |
qoriq: define leds for Firebox M300
This patch provides support for the Firebox M300 only user-controllable
bi-color LED, and makes the green "shield" LED act as the typical
OpenWrt status led.
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/qoriq/image')
-rw-r--r-- | target/linux/qoriq/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/qoriq/image/generic.mk b/target/linux/qoriq/image/generic.mk index b8ffc69ba0..b2689850b3 100644 --- a/target/linux/qoriq/image/generic.mk +++ b/target/linux/qoriq/image/generic.mk @@ -6,7 +6,7 @@ define Device/watchguard_firebox-m300 DEVICE_COMPAT_VERSION := 1.1 DEVICE_DTS_DIR := $(DTS_DIR)/fsl DEVICE_PACKAGES := \ - kmod-hwmon-w83793 kmod-ptp-qoriq kmod-rtc-rs5c372a kmod-tpm-i2c-atmel + kmod-hwmon-w83793 kmod-leds-gpio kmod-ptp-qoriq kmod-rtc-rs5c372a kmod-tpm-i2c-atmel KERNEL := kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb KERNEL_SUFFIX := -fit-uImage.itb IMAGES := sdcard.img.gz sysupgrade.img.gz |