summaryrefslogtreecommitdiffstats
path: root/package/iptables
Commit message (Collapse)AuthorAgeFilesLines
* iptables: fix install rule to install everything in appropriate directoriesHans-Christian Egtvedt2008-09-181-5/+4
| | | | | | | This patch will install iptables with the install-strip command, and also use /usr/lib as target for the filter libraries. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵Thiago A. Corrêa2008-09-161-57/+11
| | | | version to 1.4.1
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Build iptables using a single processUlf Samuelsson2008-05-221-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-4/+12
|
* - explicitely download via httpBernhard Reutner-Fischer2007-09-011-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-3/+3
|
* Fix environment for iptablesUlf Samuelsson2007-07-281-2/+2
|
* - just use the TARGET_CCBernhard Reutner-Fischer2007-07-231-2/+2
|
* - bump versionBernhard Reutner-Fischer2007-07-081-12/+10
| | | | - misc adjustments while at it
* - pass the correct kernel headers in and improve the -clean target.Bernhard Reutner-Fischer2006-12-181-3/+3
|
* iptables seems to not be safe for 'make -jN' for any N>1Eric Andersen2006-12-141-4/+4
|
* - bump version.Bernhard Reutner-Fischer2006-12-131-2/+2
|
* - bump version to cope with changes imposed by 2.6.19.Bernhard Reutner-Fischer2006-12-021-2/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* version bump to 1.3.5Mike Frysinger2006-04-151-1/+1
|
* - update from 1.3.3 to 1.3.4Bernhard Reutner-Fischer2006-01-031-2/+2
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* Patch from steelman. fixes bug 437.Joakim Tjernlund2005-09-181-1/+1
|
* daisuke writes in Bug 397: This patch updates the iptables package to build ↵Mike Frysinger2005-08-281-1/+1
| | | | version 1.3.3. The 1.3.3 version of iptables adds additional features.
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* iptables doesnt need to concern itself with kernel headersEric Andersen2005-05-121-1/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* merge some updates from George JosephMike Frysinger2005-01-111-6/+6
|
* add help descMike Frysinger2004-11-111-4/+3
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-091-1/+1
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+51
directory.