File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/share/rsdk/infra-package/debian/patches/linux Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ Subject: [PATCH] feat: Radxa common kernel config
55
66Signed-off-by: ZHANG Yuntian <yt@radxa.com>
77---
8- src/arch/arm64/configs/radxa.config | 1026 ++++++++++++++++++++++++++++
9- 1 file changed, 1026 insertions(+)
8+ src/arch/arm64/configs/radxa.config | 1032 ++++++++++++++++++++++++++++
9+ 1 file changed, 1032 insertions(+)
1010 create mode 100644 src/arch/arm64/configs/radxa.config
1111
1212diff --git a/src/arch/arm64/configs/radxa.config b/src/arch/arm64/configs/radxa.config
1313new file mode 100644
1414index 000000000000..f5bca1bdaf69
1515--- /dev/null
1616+++ b/src/arch/arm64/configs/radxa.config
17- @@ -0,0 +1,1026 @@
17+ @@ -0,0 +1,1032 @@
1818+ # Enable FPDT on supported platforms
1919+ CONFIG_ACPI_FPDT=y
2020+
@@ -1041,5 +1041,11 @@ index 000000000000..f5bca1bdaf69
10411041+
10421042+ # Disable BCMDHD
10431043+ CONFIG_BCMDHD=n
1044+ +
1045+ + # Enable advanced routing features
1046+ + # Required by some VPN applications
1047+ + CONFIG_IP_ADVANCED_ROUTER=y
1048+ + CONFIG_IP_MULTIPLE_TABLES=y
1049+ + CONFIG_IPV6_MULTIPLE_TABLES=y
10441050- -
104510512.47.1
You can’t perform that action at this time.
0 commit comments