[openwrt/openwrt] layerscape: armv8_64b: do not disable CONFIG_IP_ADVANCED_ROUTER
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 8 11:34:16 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6c659fb80c6bb101d51b66e9631e8ec8116ecc9c
commit 6c659fb80c6bb101d51b66e9631e8ec8116ecc9c
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Tue Jul 27 09:10:44 2021 +0200
layerscape: armv8_64b: do not disable CONFIG_IP_ADVANCED_ROUTER
This option is needed e.g. to use strongswan for IPSec.
BTW: This was the only target where this option was disabled.
Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
target/linux/layerscape/armv8_64b/config-5.4 | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4
index e2e998b38d..6e3618f274 100644
--- a/target/linux/layerscape/armv8_64b/config-5.4
+++ b/target/linux/layerscape/armv8_64b/config-5.4
@@ -452,7 +452,6 @@ CONFIG_IOMMU_IO_PGTABLE_LPAE=y
# CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set
CONFIG_IOMMU_SUPPORT=y
CONFIG_IPC_NS=y
-# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IRQCHIP=y
CONFIG_IRQ_BYPASS_MANAGER=y
CONFIG_IRQ_DOMAIN=y
More information about the lede-commits
mailing list