diff options
| author | Vitaly Chekryzhev | 2017-01-06 11:47:18 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2017-03-18 11:08:04 +0000 |
| commit | 3ceb0fa7c587e10748d70c9ec860d9b0ab16549e (patch) | |
| tree | 6732051475d3c387054d53e15935cdfbba08a1a6 | |
| parent | b03b293079ef3e6cd5488ea7f58a43a1b545c3ef (diff) | |
| download | openwrt-3ceb0fa7c587e10748d70c9ec860d9b0ab16549e.tar.gz | |
build: prepare config.seed before package compilation
Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,9 +92,10 @@ diffconfig: FORCE $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile) + $(_SINGLE)$(SUBMAKE) -r diffconfig + world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE $(_SINGLE)$(SUBMAKE) -r package/index - $(_SINGLE)$(SUBMAKE) -r diffconfig $(_SINGLE)$(SUBMAKE) -r checksum .PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean |