summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter
AgeCommit message (Collapse)Author
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar Brodkorb
2014-06-18target/linux/config: fixup (IPv4) NAT supportPhil Sutter
- add missing xt_conntrack.ko - conntrack needs to be loaded before NAT - add generic nf_nat.ko and xt_nat.ko - drop linux-3.4 compat case - fix symbol names for conntrack and connmark matches - fix for non-existing FULL_NAT symbol Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18target/linux/config: allow for selecting xtables support as modulePhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-05-15remove subpackage ip6tablesWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2013-01-24disable netfilter defaultWaldemar Brodkorb
2012-07-18fix cris buildWaldemar Brodkorb
2012-07-16add support for m68k toolchain/qemuWaldemar Brodkorb
2011-08-08always enable some stuff by default, otherwise modules can't be loaded.Waldemar Brodkorb
2011-02-21remove leftover dependency on ADK_ENABLE_IPV6Phil Sutter
2010-07-12fix some kernel module menu configurationWaldemar Brodkorb
2010-04-27iptv via natting now works at last sometime.Waldemar Brodkorb
alice iptv seems to use destination=ip:port instead of client_port=port, like RFC suggesting it. But destination= is also used by STUN method. As a quick hack I commented out STUN method to avoid crashes. Now at least I can see some tv streams. still not 100% good.
2010-04-25fix nat helpers for ipv4, add rtsp nat helperWaldemar Brodkorb
2010-04-12split IPv4 symbols from Config.in.netfilter, add IPv6 onesPhil Sutter
Luckily, the vast majority of iptables modules now reside in netfilter core (i.e. they're layer3-independent), so there is not so much to keep in sync in between iptables and ip6tables.
2010-02-15add special handling for kernel modules in pkgmakerWaldemar Brodkorb
- use Config.in.kmod for packages with kernel modules - cleanup dots in uclibc Config.in - avoid autotool in cryptsetup, breaks build on debian lenny
2010-01-04fix default firewall script and kernel mod dependenciesWaldemar Brodkorb
2009-12-30fix automatic kmod dependency handlingWaldemar Brodkorb
It is required that kmod package names are directly useable in uppercase for automatic dependency handling. Fix all package names in mk/modules.mk.
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-11-29add bridging firewall stuffWaldemar Brodkorb
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready
2009-08-02change all 'depends' lines to 'depends on' onesPhil Sutter
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
2009-06-11update alix1c to 2.6.30Waldemar Brodkorb
- regenerate patches - fix exmap compile
2009-05-17Initial importwbx