diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:02:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:02:08 +0000 |
commit | 945b4fb8d4d73ec465f9c87721d61a4ae42f1e47 (patch) | |
tree | 6584d27860c0fa3c06b3b2dbb6be5fd114ec1bf9 /Makefile | |
parent | a64b16df644f81e98ac5f66db26ea1cb037b3240 (diff) | |
download | upstream-945b4fb8d4d73ec465f9c87721d61a4ae42f1e47.tar.gz upstream-945b4fb8d4d73ec465f9c87721d61a4ae42f1e47.tar.bz2 upstream-945b4fb8d4d73ec465f9c87721d61a4ae42f1e47.zip |
Add a first implementation of a source feed checkout
SVN-Revision: 5943
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 |