From 303c1e6a8411c1610c160761d10e484628fd476d Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Wed, 15 Jun 2011 09:12:37 +0000 Subject: [PATCH] topconfig enable BPF_JIT svn path=/dists/trunk/linux-2.6/; revision=17700 --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index edd74086d..91e9ca2a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ linux-2.6 (3.0.0~rc3-1~experimental.1) UNRELEASED; urgency=low [ maximilian attems ] * Update configs. + * Topconfig enable BPF_JIT. (closes: #630553) -- maximilian attems Tue, 14 Jun 2011 23:02:35 +0200 diff --git a/debian/config/config b/debian/config/config index 9d78e6fc2..db33203ae 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3701,6 +3701,7 @@ CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_NETFILTER_ADVANCED=y CONFIG_BRIDGE_NETFILTER=y +CONFIG_BPF_JIT=y CONFIG_NET_PKTGEN=m # CONFIG_NET_TCPPROBE is not set CONFIG_NET_DROP_MONITOR=y