From eecb582a0f85ce8ae2d9525ba3fcaba289df9476 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 3 Aug 2023 14:18:49 -0400 Subject: [PATCH] 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 --- target/sdk/Makefile | 5 +++-- 1 file 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)))) -- 2.30.2