From 42fc600dbea6e3837e60837a67e2a87fe6a46d7c Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Wed, 26 Nov 2008 20:43:33 +0200 Subject: [PATCH] iptables: new way of specifying the kernel source used from version 1.4.1.1 onwards --- network/iptables/iptables.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/network/iptables/iptables.conf b/network/iptables/iptables.conf index 5134d5999..f7ca4fe66 100644 --- a/network/iptables/iptables.conf +++ b/network/iptables/iptables.conf @@ -14,6 +14,8 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +var_append confopt ' ' "--with-ksource=$root/usr/src/linux" + if [ "$SDECFG_PKG_IPTABLES_DEVEL" != 0 ] ; then var_append confopt ' ' "--enable-devel" var_append confopt ' ' "--enable-libipq"