summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Young <dyoung@nslu2-linux.org>2005-07-27 09:47:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-27 09:47:55 +0000
commit7c1a32920f634ee58a54bd7d4dfaab8c79378333 (patch)
treed271da2af8396bc4caee7aabb2e2c9f88ae2e5d4
parent7a9b345b465ac84850e5a11ffb3e9d049c752a0c (diff)
add some comments regarding compression scheme
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85d6746368..3fdf7b024d 100644
--- a/Makefile
+++ b/Makefile
@@ -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