1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:17:17 +03:00
Commit Graph

240 Commits

Author SHA1 Message Date
nbd
4ecab5fbfb iptables: fix build error if only libraries are selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 12:24:37 +00:00
juhosg
9d3fb21d4a Fix iptables abuse of kernel header files. Use exported headers instead.
[juhosg: export xt_layer7.h for all kernel versions]

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 09:43:10 +00:00
nbd
22c94fc859 iptables: make it possible to dynamically configure built-in statically linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 01:47:48 +00:00
nbd
417df6b3c3 iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-21 23:03:21 +00:00
acinonyx
d0abad5f54 [package] iptables: Fix mod-ipopt package description (#10931)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-08 14:55:48 +00:00
florian
ab8277e30d [package] iptables: don't apply patches if building an external kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-06 17:15:36 +00:00
jow
25e2b28f3c [package] iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-18 19:05:48 +00:00
jogo
101d502aba package: iptables: fix compilation with linux 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-13 14:49:19 +00:00
jow
02e3b0f553 [package] iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in iptables and ip6tables packages (#9691)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 21:26:44 +00:00
jow
1652dbe297 [package] iptables: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 15:53:34 +00:00
jow
c2c345c26f [package] iptables: rewrite module help texts (#7446)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 15:31:30 +00:00
jow
ab16ee98ad [package] iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 15:01:07 +00:00
florian
796516e7b0 [package] iptables: add iptables-mod-led (#9400)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 12:40:59 +00:00
jow
36715e604f [netfilter] package u32 match and TEE target, patches by Maxim Uvarov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-24 08:14:29 +00:00
nbd
f17e4f81ac iptables: libiptc.so is only a compatibility stub, split the package into libip4tc and libip6tc and adjust dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 18:02:51 +00:00
cshore
1202b59afa [package] artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 01:24:18 +00:00
jow
12cb169da3 [package] iptables: add support for ipt_recent --reap option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 13:51:37 +00:00
nbd
252999b68c iptables: do not use -static-libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 15:41:21 +00:00
kaloz
0f4690a4e0 [package/iptables]: as [25641] removed kernel IMQ support, remove it from iptables as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 09:27:32 +00:00
jow
349326629d [package] iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-20 18:45:09 +00:00
jow
c0241ce8ca [package] iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-19 11:16:46 +00:00
acoul
543491d603 package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-08 12:56:46 +00:00
mirko
0085e07976 [package/iptables] the switch to libtool2 seems to cause the iptables build environment not building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-04 17:04:39 +00:00
mb
4dd3c0e497 iptables: Fix call to md5s
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 15:27:12 +00:00
jow
bc5689e8e7 [package] iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move autogen.sh invocation to Build/Configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 17:47:55 +00:00
mb
e8a4e0d67c From: Joseph Roback <openwrt-devel@roback.cc>
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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-07 10:00:34 +00:00
jow
c65f903408 [package] iptables: partly revert r22582, fixes ip6tables extension packaging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-17 09:02:22 +00:00
nico
0586ca8282 package/iptables: update to 1.4.9.1 and cleanup:
* call autogen.sh in Build/Prepare instead of Build/Compile
 * use PKG_INSTALL
 * re-enable static libs
 * add dep on libiptc & libxtables to ip6tables


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 17:12:49 +00:00
jow
a1fc7ca1b2 [package] iptables: refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-06 21:45:50 +00:00
acoul
28ca232782 package/iptables: upgrade to iptables version 1.4.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-04 13:29:07 +00:00
florian
cfbe1dd522 [package] remove iptables libipq dependency, thanks jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 11:53:27 +00:00
florian
ff993cd34c [package] package libipq as a shared library
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 11:42:24 +00:00
acoul
7fe3810101 finalize r22241 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 08:50:19 +00:00
jow
3ba9b8e05c [package] iptables: package hashlimit module (#6696)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-16 06:15:07 +00:00
acoul
7ebf9e77c6 package/iptables: fix compile failure on gentoo build system (thanks nbd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 20:13:20 +00:00
nbd
5b8b96e823 remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:44:28 +00:00
jow
86b9c1df64 [netfilter] package TPROXY target and module infrastructure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 22:39:22 +00:00
jow
9b66d8959f [package] iptables:
- supress detection of libnfnetlink and force configure to not use it
	- fix staging install of libxtables, libiptc and libipq libraries


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 17:26:39 +00:00
acoul
7a130539e4 package: update to iptables-1.4.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-10 11:46:07 +00:00
florian
80d55eeb0e [package] revert r21522, updating to 1.4.8 requires libnfnetlink
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-26 12:17:14 +00:00
florian
e72bb33ad8 [package] update iptables md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-22 07:55:39 +00:00
florian
29130d927f [package] update iptables to 1.4.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-21 09:54:04 +00:00
florian
18e1fcaf5c [package] fix iptables cflags to include architecture specific asm includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 16:18:03 +00:00
nico
c5ac3c8566 package/iptables: update to 1.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 23:27:36 +00:00
juhosg
10b8a21dd1 package/iptables: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:28:40 +00:00
thepeople
f1dab524fd this patch fixes iptables parallel build.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:53:41 +00:00
jow
1fbb385706 [package] iptables: disable kernel module autoloading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-28 19:12:47 +00:00
jow
0d1136ea2c [package] iptables: fix a segfault when iptables tries to use modprobe, force it to use insmod
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 01:59:32 +00:00
jow
c3c69bf727 [package] iptables: fix multiport match for brcm-2.4
Since the netfilter framework in 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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 21:25:40 +00:00
jow
9d72ec90ea [package] iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:44:10 +00:00