diff options
| author | Derek Young <dyoung@nslu2-linux.org> | 2005-07-27 09:47:55 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 09:47:55 +0000 |
| commit | 7c1a32920f634ee58a54bd7d4dfaab8c79378333 (patch) | |
| tree | d271da2af8396bc4caee7aabb2e2c9f88ae2e5d4 | |
| parent | 7a9b345b465ac84850e5a11ffb3e9d049c752a0c (diff) | |
add some comments regarding compression scheme
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -45,9 +45,10 @@ setup-monotone monotone/nslu2-linux.db: # Above may be supplemented by following someday # It currently *requires* monotone 0.21, or it will fail with # a mysterious sounding database error. - # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db + # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db.gz # or - # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db + # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db.gz + # followed by decompressing it downloads: [ -e downloads ] || mkdir -p downloads |
