projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ac365
)
sdk: add cpupower to userspace sources
author
John Audia
<therealgraysky@proton.me>
Thu, 3 Aug 2023 18:18:49 +0000
(14:18 -0400)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 19 Sep 2023 12:17:20 +0000
(14:17 +0200)
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>
target/sdk/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index 667d00b43f67cdd940056459e90c612cf0e16073..243d58bbaf15ea446ce3d4a9d7d6444744d51b5d 100644
(file)
--- 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))))