projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b370753
)
sdk: update SDK Makefile
author
Christian Lamparter
<chunkeey@gmail.com>
Sat, 15 Jul 2023 18:58:10 +0000
(20:58 +0200)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sat, 15 Jul 2023 18:58:10 +0000
(20:58 +0200)
the SDK's Makefile referenced the old file name.
Update it too.
Fixes: 2d5f7035cf45 ("sdk: rename README")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/sdk/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index b688eb4cba02398857327aab250717aa19b4b782..667d00b43f67cdd940056459e90c612cf0e16073 100644
(file)
--- a/
target/sdk/Makefile
+++ b/
target/sdk/Makefile
@@
-145,7
+145,7
@@
$(BIN_DIR)/$(SDK_NAME).tar.xz: clean
./files/Config.in \
./files/Makefile \
./files/include/prepare.mk \
- ./files/README.
SDK
\
+ ./files/README.
md
\
$(SDK_BUILD_DIR)/
mkdir -p $(SDK_BUILD_DIR)/package/kernel
$(CP) \