Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 | 1 | -0/+1 |
| | | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965 | ||||
* | iptables: partly revert r22582, fixes ip6tables extension packaging | Jo-Philipp Wich | 2010-08-17 | 1 | -0/+4 |
| | | | | SVN-Revision: 22686 | ||||
* | package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in ↵ | Nicolas Thill | 2010-08-10 | 1 | -25/+17 |
| | | | | | | Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables SVN-Revision: 22582 | ||||
* | iptables: refresh patch | Jo-Philipp Wich | 2010-08-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 22520 | ||||
* | package/iptables: upgrade to iptables version 1.4.9 | Alexandros C. Couloumbis | 2010-08-04 | 2 | -25/+23 |
| | | | | SVN-Revision: 22482 | ||||
* | remove iptables libipq dependency, thanks jow | Florian Fainelli | 2010-07-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 22438 | ||||
* | package libipq as a shared library | Florian Fainelli | 2010-07-31 | 1 | -1/+13 |
| | | | | | | | | | | | r21799 by jow changed the staging install of libipq so that it is no longer available as a static library but is dynamically linked in as a shared library. However the libipq package was not being built. This patch provides libipq.so as a package. Signed-off-by: Ashok Rao <greatarbor@gmail.com> SVN-Revision: 22436 | ||||
* | finalize r22241 fixes | Alexandros C. Couloumbis | 2010-07-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 22242 | ||||
* | iptables: package hashlimit module (#6696) | Jo-Philipp Wich | 2010-07-16 | 1 | -0/+12 |
| | | | | SVN-Revision: 22229 | ||||
* | package/iptables: fix compile failure on gentoo build system (thanks nbd) | Alexandros C. Couloumbis | 2010-06-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 21996 | ||||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 21956 | ||||
* | package TPROXY target and module infrastructure | Jo-Philipp Wich | 2010-06-22 | 1 | -0/+14 |
| | | | | SVN-Revision: 21883 | ||||
* | iptables: - supress detection of libnfnetlink and force configure to not use ↵ | Jo-Philipp Wich | 2010-06-14 | 2 | -3/+97 |
| | | | | | | it - fix staging install of libxtables, libiptc and libipq libraries SVN-Revision: 21799 | ||||
* | package: update to iptables-1.4.8 | Alexandros C. Couloumbis | 2010-06-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 21752 | ||||
* | revert r21522, updating to 1.4.8 requires libnfnetlink | Florian Fainelli | 2010-05-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 21571 | ||||
* | update iptables md5sum | Florian Fainelli | 2010-05-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 21534 | ||||
* | update iptables to 1.4.8 | Florian Fainelli | 2010-05-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 21522 | ||||
* | fix iptables cflags to include architecture specific asm includes | Florian Fainelli | 2010-04-20 | 1 | -0/+4 |
| | | | | SVN-Revision: 21045 | ||||
* | package/iptables: update to 1.4.7 | Nicolas Thill | 2010-04-14 | 2 | -13/+3 |
| | | | | SVN-Revision: 20862 | ||||
* | package/iptables: refresh patches | Gabor Juhos | 2010-03-26 | 3 | -12/+10 |
| | | | | SVN-Revision: 20465 | ||||
* | this patch fixes iptables parallel build. | Travis Kemen | 2010-03-14 | 1 | -78/+80 |
| | | | | | | -Raphael SVN-Revision: 20188 | ||||
* | iptables: disable kernel module autoloading | Jo-Philipp Wich | 2010-02-28 | 3 | -24/+18 |
| | | | | SVN-Revision: 19917 | ||||
* | iptables: fix a segfault when iptables tries to use modprobe, force it to ↵ | Jo-Philipp Wich | 2010-02-24 | 2 | -0/+24 |
| | | | | | | use insmod SVN-Revision: 19827 | ||||
* | iptables: fix multiport match for brcm-2.4 Since the netfilter framework in ↵ | Jo-Philipp Wich | 2010-02-19 | 1 | -0/+265 |
| | | | | | | Linux 2.4 lacks support for target and match revisioning, iptables falls back to the v0 implementation of multiport while only v1 is implemented on the kernel side, leading to an invalid argument error when trying to insert rules using multiport. This patch removes v0 support from the userspace match library to enforce the usage of the v1 match implementation. SVN-Revision: 19761 | ||||
* | iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now | Jo-Philipp Wich | 2010-02-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 19722 | ||||
* | iptables: install libip[46]tc into staging dir | Jo-Philipp Wich | 2010-01-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 19316 | ||||
* | iptables: --enable-static and --enable-shared don't work well together, drop ↵ | Jo-Philipp Wich | 2010-01-24 | 1 | -1/+0 |
| | | | | | | --enable-static SVN-Revision: 19304 | ||||
* | iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin | Jo-Philipp Wich | 2010-01-23 | 5 | -9/+7 |
| | | | | SVN-Revision: 19302 | ||||
* | iptables: add an iptables-mod-ipset package (closes: #6327) | Nicolas Thill | 2009-12-18 | 1 | -0/+13 |
| | | | | SVN-Revision: 18832 | ||||
* | iptables: move to 'Network' in menuconfig | Felix Fietkau | 2009-12-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 18713 | ||||
* | iptables: bump pkg revision | Jo-Philipp Wich | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18707 | ||||
* | iptables: add comment match to the core package | Jo-Philipp Wich | 2009-12-08 | 1 | -0/+1 |
| | | | | SVN-Revision: 18706 | ||||
* | fix breakage introduced with r18315 | Florian Fainelli | 2009-11-05 | 1 | -0/+2 |
| | | | | SVN-Revision: 18316 | ||||
* | remove the patch dir hack in iptables when building with an external tree, ↵ | Florian Fainelli | 2009-11-05 | 1 | -6/+0 |
| | | | | | | this did not work at all. SVN-Revision: 18315 | ||||
* | remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵ | Felix Fietkau | 2009-10-20 | 1 | -1/+0 |
| | | | | | | on mips SVN-Revision: 18098 | ||||
* | remove ipset support from core, it is now provided by xtables-addons from ↵ | Nicolas Thill | 2009-10-03 | 1 | -6/+0 |
| | | | | | | the packages feed SVN-Revision: 17844 | ||||
* | iptables: fix build error with linux 2.6.31 | Felix Fietkau | 2009-09-25 | 1 | -1/+5 |
| | | | | SVN-Revision: 17721 | ||||
* | libiptc and libxtables should install their libraries as symbolic links ↵ | Florian Fainelli | 2009-08-07 | 1 | -3/+3 |
| | | | | | | (#5313, #5639) SVN-Revision: 17162 | ||||
* | install libiptc/libipulog from iptables (#5549) | Florian Fainelli | 2009-08-01 | 1 | -0/+2 |
| | | | | SVN-Revision: 17089 | ||||
* | force iptables to be configured with ipv6 enabled (#5586) | Florian Fainelli | 2009-08-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 17076 | ||||
* | make patches against iptables apply again after update to 1.4.4 (#5540) | Florian Fainelli | 2009-07-17 | 5 | -13/+0 |
| | | | | SVN-Revision: 16878 | ||||
* | upgrade to new upstream version 1.4.4 | Markus Wigge | 2009-07-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 16853 | ||||
* | fix typo in iptables makefile resulting in patches not being applied (#5311) | Florian Fainelli | 2009-06-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 16392 | ||||
* | do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE | Florian Fainelli | 2009-06-04 | 1 | -0/+4 |
| | | | | SVN-Revision: 16336 | ||||
* | iptables: export libipq | Felix Fietkau | 2009-05-29 | 1 | -3/+8 |
| | | | | SVN-Revision: 16164 | ||||
* | iptables: update imq userspace part | Jo-Philipp Wich | 2009-05-07 | 3 | -201/+127 |
| | | | | SVN-Revision: 15653 | ||||
* | iptables: install essential headers into staging dir | Jo-Philipp Wich | 2009-05-05 | 1 | -0/+8 |
| | | | | SVN-Revision: 15621 | ||||
* | iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is ↵ | Jo-Philipp Wich | 2009-05-03 | 1 | -0/+13 |
| | | | | | | specified for -p SVN-Revision: 15573 | ||||
* | iptables: - add libtool fixups - fix libiptc & libxtables packages, ↵ | Nicolas Thill | 2009-05-03 | 1 | -47/+44 |
| | | | | | | containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg SVN-Revision: 15572 | ||||
* | iptables: install libxtables.so and libiptc.so into staging dir | Jo-Philipp Wich | 2009-05-02 | 1 | -0/+2 |
| | | | | SVN-Revision: 15550 |