diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-04 04:35:15 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-04 04:35:15 +0000 |
commit | 883510aeed90142d275a8dd94d1113be77028258 (patch) | |
tree | d4618308936a52dfca2e304bfba37bba9b4ca5ec /openwrt/Makefile | |
parent | 16fb0b7110acfc5e32a65502f5762745759e702e (diff) | |
download | mtk-20170518-883510aeed90142d275a8dd94d1113be77028258.zip mtk-20170518-883510aeed90142d275a8dd94d1113be77028258.tar.gz mtk-20170518-883510aeed90142d275a8dd94d1113be77028258.tar.bz2 |
fix the jffs2 build for separate 4M/8M images
SVN-Revision: 303
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index bc69f2a..ae8e59f 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -82,6 +82,7 @@ TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS)) TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS)) world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) + @echo DONE. .PHONY: all world clean dirclean distclean source $(TARGETS) \ $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \ |