X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Fimagebuilder%2FMakefile;fp=target%2Fimagebuilder%2FMakefile;h=418cf59c00f3ca4120af9a4be7ea0b7068a67450;hp=6ce57f31859827816d9e02287fd016a469a81813;hb=fd30187c873868aa7bfea0d3402022164e09af49;hpb=1cb06d8907a5a155947f51e9e5b75b6019230fb2 diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 6ce57f3185..418cf59c00 100644 --- 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') | \