aboutsummaryrefslogtreecommitdiffstats
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
commit6173d17c876bed59599f61dcdec68d9c1b4fd3ac (patch)
tree073a85c8da56fc3dd5cf6c124ce2b8d0d7d6cba0 /Makefile
parent924b7ef598953446ffdd6efbc1c65366af83c30c (diff)
downloadupstream-6173d17c876bed59599f61dcdec68d9c1b4fd3ac.tar.gz
upstream-6173d17c876bed59599f61dcdec68d9c1b4fd3ac.tar.bz2
upstream-6173d17c876bed59599f61dcdec68d9c1b4fd3ac.zip
Add a first implementation of a source feed checkout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5943 3c298f89-4303-0410-b956-a3cf2f4a3e73
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