From c3e0ad52bc83804609575bc139297a5c3a81b9ac Mon Sep 17 00:00:00 2001 From: logicog Date: Tue, 19 Aug 2025 09:46:02 +0200 Subject: [PATCH] Link to VLAN doc updated. Add python as dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d13e6a..4f18b1c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ devices by looking at the image using e.g. Ghidra. ## Compiling Install the following particular build requisites (Debian 12, should work on Ubuntu) ``` -sudo apt install sdcc xxd +sudo apt install sdcc xxd python ``` Now, building the firmware image should work: @@ -312,4 +312,4 @@ the RTL837x SoCs: - [Mirroring](doc/mirroring.md) - [SFP+ ports](doc/sfp.md) - [Trunking aka. port aggregation](doc/trunking.md) -- [VLAN](doc/vlan.md) \ No newline at end of file +- [VLAN](doc/vlan.md)