From e3dfea3dc99c7d497eac53de780172c0fc6c450d Mon Sep 17 00:00:00 2001 From: egon_ffj Date: Wed, 19 Oct 2011 02:21:52 +0200 Subject: * create global dl-folder and symlink it to global dl-folder diff --git a/Makefile b/Makefile index e7430a5..1e7115b 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,10 @@ .PHONY: openwrt/backfire openwrt/backfire/.repo_access: + mkdir dl mkdir -p openwrt cd openwrt && svn co svn://svn.openwrt.org/openwrt/branches/backfire + cd $(@D) && ln -s ../../dl . cd $(@D) && ./scripts/feeds update cd $(@D) && make package/symlinks touch $@ @@ -31,4 +33,4 @@ image/%: openwrt/$$(REPO)/.repo_access config/$$(REPO).config \ rsync -a files/$(PLATFORM)-$(MODEL)/ openwrt/$(REPO)/files/ cd openwrt/$(REPO) && $(MAKE) mkdir -p $@ - rsync -a openwrt/$(REPO)/bin/$(PLATFORM)/ $@/ \ No newline at end of file + rsync -a openwrt/$(REPO)/bin/$(PLATFORM)/ $@/ -- cgit v0.10.1