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:
1cb06d8
)
imagebuilder: fix reference to removed VERSION_SED variable
author
Jo-Philipp Wich
<
[email protected]
>
Fri, 2 Feb 2018 13:39:23 +0000
(14:39 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
Fri, 2 Feb 2018 13:41:35 +0000
(14:41 +0100)
Fixes: ff8e9a4ecb ("treewide: combine VERSION_SED and VERSION_SED_SCRIPT")
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
target/imagebuilder/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/Makefile
b/target/imagebuilder/Makefile
index 6ce57f31859827816d9e02287fd016a469a81813..418cf59c00f3ca4120af9a4be7ea0b7068a67450 100644
(file)
--- a/
target/imagebuilder/Makefile
+++ b/
target/imagebuilder/Makefile
@@
-44,7
+44,7
@@
endif
echo '## This is the local package repository, do not remove!' >> $(PKG_BUILD_DIR)/repositories.conf
echo 'src imagebuilder file:packages' >> $(PKG_BUILD_DIR)/repositories.conf
- $(VERSION_SED) $(PKG_BUILD_DIR)/repositories.conf
+ $(VERSION_SED
_SCRIPT
) $(PKG_BUILD_DIR)/repositories.conf
ifeq ($(CONFIG_IB_STANDALONE),)
(cd $(call FeedPackageDir,libc); $(FIND) -type f -name 'libc_*.ipk' -or -name 'kernel_*.ipk' -or -name 'kmod-*.ipk') | \