aboutsummaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
Commit message (Collapse)AuthorAgeFilesLines
* Always use kernel-headers.Eric Andersen2004-10-051-1/+1
|
* Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III2004-09-091-1/+1
| | | | | | | 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.
* Update to 1.2.9. Allow patches (openwrt). Fix buildroot kernel location.Manuel Novoa III2004-03-051-9/+16
| | | | Fix install behavior.
* Fixup the regex used for iptables so it actually worksEric Andersen2003-12-201-3/+2
|
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-1/+1
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-1/+1
| | | | | | 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,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+2
| | | | | | 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.
* Needs this to compileEric Andersen2003-09-141-0/+1
|
* Make some more things compileEric Andersen2003-09-041-1/+1
|
* Make the whole usr/local/lib/iptables path.Manuel Novoa III2003-08-191-1/+1
|
* Patch from Michael Shuler. Update to version 1.2.8 and remember toEric Andersen2003-07-271-2/+4
| | | | | copy all the required shared libs -- without them iptables dosen't do very much.
* several updates for wireless and firewall stuff,Eric Andersen2003-01-191-0/+40
thanks to Michael Shuler