summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-31 15:02:08 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-31 15:02:08 +0000
commit247902e0065f92d7d3c983553aab065d2eeb8b67 (patch)
tree073a85c8da56fc3dd5cf6c124ce2b8d0d7d6cba0 /Makefile
parent4f17fe653b4bf22aa059b5f5fa5678ceebc18a67 (diff)
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 8bd0bc710..daadbeacf 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