X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=fe5c578023dd367aa0f9e25060bbb6ce728f52c9;hb=1a406635eb894da69f2435c4d3ae7517e3c5cd70;hp=fd40bacab59c7bbb5c42baf3bcb78aba6afa08e6;hpb=1c3dc9f45532c25adc21f297422f0f5a7420b8ca;p=ipfw.git diff --git a/README b/README index fd40bac..fe5c578 100644 --- 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: