diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-31 15:02:08 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-31 15:02:08 +0000 |
commit | 247902e0065f92d7d3c983553aab065d2eeb8b67 (patch) | |
tree | 073a85c8da56fc3dd5cf6c124ce2b8d0d7d6cba0 /Makefile | |
parent | 4f17fe653b4bf22aa059b5f5fa5678ceebc18a67 (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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |