Add a first implementation of a source feed checkout
[openwrt/svn-archive/archive.git] / Makefile
index 8bd0bc710aed9a2b4d11c01eb84d5e49b961db1d..daadbeacf65a7bb4ecd22f745ef4a3d828dfcbaf 100644 (file)
--- 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