mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
43 lines
1.3 KiB
Diff
43 lines
1.3 KiB
Diff
|
From b1d2525ea6d24f8c6fc494e3e3c926cd96b85b8a Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Sun, 5 Apr 2015 04:16:10 -0400
|
||
|
Subject: [PATCH] enable support for IP sets
|
||
|
|
||
|
---
|
||
|
arch/arm/configs/cyanogenmod_bacon_defconfig | 15 ++++++++++++++-
|
||
|
1 file changed, 14 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/arch/arm/configs/cyanogenmod_bacon_defconfig b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
index 35f1bb0..73d4fde 100644
|
||
|
--- a/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
+++ b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
@@ -903,6 +903,7 @@ CONFIG_NETFILTER_XTABLES=y
|
||
|
#
|
||
|
CONFIG_NETFILTER_XT_MARK=y
|
||
|
CONFIG_NETFILTER_XT_CONNMARK=y
|
||
|
+CONFIG_NETFILTER_XT_SET=y
|
||
|
|
||
|
#
|
||
|
# Xtables targets
|
||
|
@@ -976,7 +977,19 @@ CONFIG_NETFILTER_XT_MATCH_STRING=y
|
||
|
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
|
||
|
CONFIG_NETFILTER_XT_MATCH_TIME=y
|
||
|
CONFIG_NETFILTER_XT_MATCH_U32=y
|
||
|
-# CONFIG_IP_SET is not set
|
||
|
+CONFIG_IP_SET=y
|
||
|
+CONFIG_IP_SET_MAX=256
|
||
|
+CONFIG_IP_SET_BITMAP_IP=y
|
||
|
+CONFIG_IP_SET_BITMAP_IPMAC=y
|
||
|
+CONFIG_IP_SET_BITMAP_PORT=y
|
||
|
+CONFIG_IP_SET_HASH_IP=y
|
||
|
+CONFIG_IP_SET_HASH_IPPORT=y
|
||
|
+CONFIG_IP_SET_HASH_IPPORTIP=y
|
||
|
+CONFIG_IP_SET_HASH_IPPORTNET=y
|
||
|
+CONFIG_IP_SET_HASH_NET=y
|
||
|
+CONFIG_IP_SET_HASH_NETPORT=y
|
||
|
+CONFIG_IP_SET_HASH_NETIFACE=y
|
||
|
+CONFIG_IP_SET_LIST_SET=y
|
||
|
# CONFIG_IP_VS is not set
|
||
|
|
||
|
#
|