From d5ea5a5059c98e1dafa5f2afbba50b4ee30b52e2 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sat, 4 Feb 2023 19:09:58 +0300 Subject: [PATCH] Update t31_ultimate_gateway project --- .../br-ext-chip-ingenic/board/t31/kernel/Readme.md | 9 +++++++++ .../configs/t31_ultimate_gateway_defconfig | 1 + 2 files changed, 10 insertions(+) create mode 100644 projects/t31_ultimate_gateway/br-ext-chip-ingenic/board/t31/kernel/Readme.md diff --git a/projects/t31_ultimate_gateway/br-ext-chip-ingenic/board/t31/kernel/Readme.md b/projects/t31_ultimate_gateway/br-ext-chip-ingenic/board/t31/kernel/Readme.md new file mode 100644 index 0000000..c2e5380 --- /dev/null +++ b/projects/t31_ultimate_gateway/br-ext-chip-ingenic/board/t31/kernel/Readme.md @@ -0,0 +1,9 @@ + +Changes + Add NAT in to kernel + Remove WiFi support + Remove F2FS support + +External docs + https://tewarid.github.io/2014/09/03/linux-nat-routing-on-raspberry-pi-with-buildroot.html + https://linuxconfig.org/how-to-turn-on-off-ip-forwarding-in-linux \ No newline at end of file diff --git a/projects/t31_ultimate_gateway/br-ext-chip-ingenic/configs/t31_ultimate_gateway_defconfig b/projects/t31_ultimate_gateway/br-ext-chip-ingenic/configs/t31_ultimate_gateway_defconfig index 676d556..a77b541 100644 --- a/projects/t31_ultimate_gateway/br-ext-chip-ingenic/configs/t31_ultimate_gateway_defconfig +++ b/projects/t31_ultimate_gateway/br-ext-chip-ingenic/configs/t31_ultimate_gateway_defconfig @@ -88,6 +88,7 @@ BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y BR2_PACKAGE_YAML_CLI=y # BR2_PACKAGE_QUIRC_OPENIPC is not set +BR2_PACKAGE_XMDP=y # WiFi # BR2_PACKAGE_WIRELESS_TOOLS is not set