summaryrefslogtreecommitdiff
path: root/make/iptables.mk
AgeCommit message (Collapse)Author
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.
2004-10-05Always use kernel-headers.Eric Andersen
2004-09-09Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III
The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.
2004-03-05Update to 1.2.9. Allow patches (openwrt). Fix buildroot kernel location.Manuel Novoa III
Fix install behavior.
2003-12-20Fixup the regex used for iptables so it actually worksEric Andersen
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-18Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen
with lots of unwanted backup files with the letter "e" appended. -Erik
2003-11-13By popular demand, use 'sed' rather than 'perl' for doingEric Andersen
search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
2003-11-12Thomas Cameron writes:Eric Andersen
this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
2003-09-14Needs this to compileEric Andersen
2003-09-04Make some more things compileEric Andersen
2003-08-19Make the whole usr/local/lib/iptables path.Manuel Novoa III
2003-07-27Patch from Michael Shuler. Update to version 1.2.8 and remember toEric Andersen
copy all the required shared libs -- without them iptables dosen't do very much.
2003-01-19several updates for wireless and firewall stuff,Eric Andersen
thanks to Michael Shuler