[OpenWrt-Devel] [PATCH] new kernel modules nf-netfilter-log and nf-netfilter-conntrack

2008-05-10 Thread Fabian Hugelshofer
Needed to use libnetfilter-log and libnetfilter-conntrack. Both packages set CONFIG_NETFILTER_NETLINK=y. If this is not desired, please set CONFIG_NETFILTER_NETLINK=y in default config. Enabling it as module is not possible (see comment in patch). I did not set any dependencies for these modules in

[OpenWrt-Devel] [PATCH] new packages libnetfilter-log and libnetfilter-conntrack

2008-05-10 Thread Fabian Hugelshofer
To add in package repository. For package description see http://www.netfilter.org. Signed-off-by: Fabian Hugelshofer Index: libs/libnetfilter-conntrack/patches/001-disable_deprecated.patch === --- libs/libnetfilter-conntrack/patches/

[OpenWrt-Devel] [PATCH] fixes build failure for crypto modules in 2.6.25

2008-05-10 Thread Fabian Hugelshofer
In 2.6.25 module blkcipher has been renamed to crypto_blkcipher. Further a workaround for 2.6.24, which also deals with renamed modules, breaks in 2.6.25. This patch fixes the errors while keeping it compatible with future kernel releases. Closes #3402. Signed-off-by: Fabian Hugelshofer Index: pa