summaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-08-03 14:18:49 -0400
committerChristian Marangi <ansuelsmth@gmail.com>2023-09-19 14:17:20 +0200
commiteecb582a0f85ce8ae2d9525ba3fcaba289df9476 (patch)
tree50aa85d62d52a8c12d3acaabb1cb85e547490936 /target/sdk
parentd6ac365e42ea2ad76e73b1d9fb42681063d143a0 (diff)
downloadopenwrt-eecb582a0f85ce8ae2d9525ba3fcaba289df9476.tar.gz
openwrt-eecb582a0f85ce8ae2d9525ba3fcaba289df9476.tar.bz2
openwrt-eecb582a0f85ce8ae2d9525ba3fcaba289df9476.zip
sdk: add cpupower to userspace sources
For https://github.com/openwrt/packages/pull/21533 to be merged, this source tree is needed to be included. Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 667d00b43f..243d58bbaf 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -86,9 +86,10 @@ KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(
#
USERSPACE_UTILS_FILES := \
tools/build \
+ tools/power/cpupower \
tools/scripts \
- tools/usb/usbip \
- tools/spi
+ tools/spi \
+ tools/usb/usbip
USERSPACE_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(USERSPACE_UTILS_FILES))))