Major changes:
[ipfw.git] / README
diff --git a/README b/README
index fd40bac..fe5c578 100644 (file)
--- a/README
+++ b/README
@@ -74,14 +74,14 @@ Unless specified otherwise, all the code here is under a BSD license.
       - fetch and extract the code e.g.
 
        (cd ..; \
-       wget http://info.iet.unipi.it/~luigi/dummynet/ipfw_linux-20090622.tgz;\
-       tar xvzf ipfw_linux-20090622.tgz)
+       wget http://info.iet.unipi.it/~luigi/dummynet/ipfw_linux-20090724.tgz;\
+       tar xvzf ipfw_linux-20090724.tgz; mv ipfw_linux-20090724 ipfw_mod;)
 
        (but you should have done it already)
 
       - run the following commands:
-       (mkdir packages/ipfw2;
-       cp ../ipfw_mod/Makefile.openwrt packages/ipfw2/Makefile)
+       (mkdir package/ipfw2;
+       cp ../ipfw_linux/Makefile.openwrt package/ipfw2/Makefile)
 
        to create the package/ipfw2 directory in the OpenWrt source
        directory, and copy Makefile.openwrt to package/ipfw2/Makefile: