aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Attems <maks@debian.org>2010-01-26 18:14:19 +0000
committerMaximilian Attems <maks@debian.org>2010-01-26 18:14:19 +0000
commit6b33069da4907e2364b904b7a00201e2c62461c9 (patch)
tree4bd4e4ce52037944f38fe4db1272e6d25cb18ab2
parent759a2ccd3474113fdf22dc178745da70ba08c838 (diff)
downloadkernel_replicant_linux-6b33069da4907e2364b904b7a00201e2c62461c9.tar.gz
kernel_replicant_linux-6b33069da4907e2364b904b7a00201e2c62461c9.tar.bz2
kernel_replicant_linux-6b33069da4907e2364b904b7a00201e2c62461c9.zip
enable more mobile IPv6 needs
Acked-by: Bastian Blank <waldi@debian.org> svn path=/dists/trunk/linux-2.6/; revision=15016
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config6
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 82f1c2b2427b..3353f557318d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,7 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
(closes: #545417).
* Enable easier debugging of Power Managment code. (closes: #478315)
* Pass `DEB_MAINT_PARAMS' to hook scripts. (closes: #563161)
+ * Enable more mobile IPv6 needs. (closes: #528834)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Jan 2010 17:38:50 +0000
diff --git a/debian/config/config b/debian/config/config
index ba6c7b00c49e..7f6e2d17d836 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -3863,11 +3863,11 @@ CONFIG_LIB80211=m
## file: net/xfrm/Kconfig
##
CONFIG_XFRM_USER=m
-# CONFIG_XFRM_SUB_POLICY is not set
-# CONFIG_XFRM_MIGRATE is not set
+CONFIG_XFRM_SUB_POLICY=y
+CONFIG_XFRM_MIGRATE=y
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=m
-# CONFIG_NET_KEY_MIGRATE is not set
+CONFIG_NET_KEY_MIGRATE=y
##
## file: samples/Kconfig