From: Derek Young Date: Wed, 27 Jul 2005 09:47:55 +0000 (+0000) Subject: add some comments regarding compression scheme X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c1a32920f634ee58a54bd7d4dfaab8c79378333;p=openembedded.git add some comments regarding compression scheme --- 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