From 16d704aa28f06a0ee65a103ac41d1b59dd54a5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 5 May 2017 17:31:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=8F=D0=B4=D1=80=D0=B5=204.9,=204.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлены параметры необходимые для работы ipsec туннелей --- .../sys-kernel/calculate-sources/4.10/50-update-netfilter | 7 +++++++ .../sys-kernel/calculate-sources/4.9/50-update-netfilter | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.10/50-update-netfilter create mode 100644 profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.9/50-update-netfilter diff --git a/profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.10/50-update-netfilter b/profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.10/50-update-netfilter new file mode 100644 index 000000000..55aabcfdc --- /dev/null +++ b/profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.10/50-update-netfilter @@ -0,0 +1,7 @@ +# Calculate format=kernel name=.config +CONFIG_CRYPTO_NULL=m +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_NET_KEY_MIGRATE=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_XFRM_MIGRATE=y +CONFIG_XFRM_USER=m diff --git a/profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.9/50-update-netfilter b/profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.9/50-update-netfilter new file mode 100644 index 000000000..55aabcfdc --- /dev/null +++ b/profiles/templates/3.5/6_ac_install_patch/sys-kernel/calculate-sources/4.9/50-update-netfilter @@ -0,0 +1,7 @@ +# Calculate format=kernel name=.config +CONFIG_CRYPTO_NULL=m +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_NET_KEY_MIGRATE=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_XFRM_MIGRATE=y +CONFIG_XFRM_USER=m