summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2023-10-31 08:14:21 +0100
committerChristian Lamparter <chunkeey@gmail.com>2023-12-12 19:35:03 +0100
commitaab21ee0552019c4bf1c7b829aea2992b59fb9bf (patch)
treee1f1fab0c2bd3756a88aaef94eeea5571ead48c5 /target
parent8613353b5e7348d5c04ec7d04e248309f708687a (diff)
downloadopenwrt-aab21ee0552019c4bf1c7b829aea2992b59fb9bf.tar.gz
openwrt-aab21ee0552019c4bf1c7b829aea2992b59fb9bf.tar.bz2
openwrt-aab21ee0552019c4bf1c7b829aea2992b59fb9bf.zip
tools: add ledumon and ledhwbmon packages
ledumon: This program creates a new userspace LED class device and monitors it. For this it es using the kmod-leds-uled.ko kernel module. ledhwbmon: This program monitors LED brightness level changes having its origin in hardware/firmware, i.e. outside of kernel control. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'target')
-rw-r--r--target/sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index fbe35170c1..c57a451617 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -86,6 +86,7 @@ KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(
#
USERSPACE_UTILS_FILES := \
tools/build \
+ tools/leds \
tools/power/cpupower \
tools/scripts \
tools/spi \