diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-08-18 05:29:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-18 05:29:57 +0000 |
commit | 4030c1a232ddfc79bf568eb25abe7fbee02bd13e (patch) | |
tree | f187ff69b8995511cda82653ed9db67634e98e40 /Makefile | |
parent | f5157f9feaec424422c369a006cc840354c32787 (diff) |
Removed org.openembedded.nslu2-linux from the initial setup steps
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ setup-master MT/.configured: gunzip monotone/nslu2-linux.db.gz ) - ( monotone -d monotone/nslu2-linux.db unset database default-server ) - ( monotone -d monotone/nslu2-linux.db unset database default-include-pattern ) - ( monotone -d monotone/nslu2-linux.db pull monotone.nslu2-linux.org org.{nslu2-linux.*,openembedded.{dev,dreambox,nslu2-linux}} ) + ( monotone -d monotone/nslu2-linux.db pull monotone.nslu2-linux.org org.{nslu2-linux.*,openembedded.dev} ) [ -e MT/revision ] || ( monotone -d monotone/nslu2-linux.db co -b org.nslu2-linux.dev . ) touch MT/.configured |