summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-31 15:02:08 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-31 15:02:08 +0000
commit945b4fb8d4d73ec465f9c87721d61a4ae42f1e47 (patch)
tree6584d27860c0fa3c06b3b2dbb6be5fd114ec1bf9 /Makefile
parenta64b16df644f81e98ac5f66db26ea1cb037b3240 (diff)
downloadmaster-31e0f0ae-945b4fb8d4d73ec465f9c87721d61a4ae42f1e47.tar.gz
master-31e0f0ae-945b4fb8d4d73ec465f9c87721d61a4ae42f1e47.tar.bz2
master-31e0f0ae-945b4fb8d4d73ec465f9c87721d61a4ae42f1e47.zip
Add a first implementation of a source feed checkout
SVN-Revision: 5943
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8bd0bc710a..daadbeacf6 100644
--- a/Makefile
+++ b/Makefile
@@ -181,6 +181,9 @@ distclean: dirclean config-clean
help:
cat README
+symlinks:
+ scripts/feeds.sh https://svn.openwrt.org/openwrt/packages
+
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.PHONY: FORCE help