X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6d327c7a6bda0c13f3bb2f54773c9fc796914966..c198a6ed9e5b14137e98f5fce031ab78227b381b:/Makefile diff --git a/Makefile b/Makefile index a3d5720db..84c8c5115 100644 --- a/Makefile +++ b/Makefile @@ -82,10 +82,10 @@ tmpinfo-clean: FORCE @-rm -rf tmp/.pkginfo tmp/.targetinfo tmp/.config.in: tmp/.pkginfo - @./scripts/gen_package_config.pl < $< > $@ || rm -f $@ + @./scripts/metadata.pl package_config < $< > $@ || rm -f $@ tmp/.config-target.in: tmp/.targetinfo - @./scripts/gen_target_config.pl < $< > $@ || rm -f $@ + @./scripts/metadata.pl target_config < $< > $@ || rm -f $@ .config: ./scripts/config/conf tmp/.config.in tmp/.config-target.in @[ -f .config ] || $(NO_TRACE_MAKE) menuconfig