xtables-addons: fix RTSP conntrack compatibility with Linux 3.6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34391 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2012-11-27 18:31:44 +00:00
parent fb183b1175
commit 0ee506d356
8 changed files with 30 additions and 8 deletions

View File

@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
@@ -11617,7 +11617,7 @@ regular_CFLAGS="-Wall -Waggregate-return
@@ -11780,7 +11780,7 @@ regular_CFLAGS="-Wall -Waggregate-return
if test -n "$kbuilddir"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel version that we will build against" >&5
$as_echo_n "checking kernel version that we will build against... " >&6; }
@ -11,7 +11,7 @@
krel="${krel:${#kmajor}}";
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ regular_CFLAGS="-Wall -Waggregate-return
@@ -44,7 +44,7 @@ regular_CFLAGS="-Wall -Waggregate-return
if test -n "$kbuilddir"; then
AC_MSG_CHECKING([kernel version that we will build against])