Link to VLAN doc updated. Add python as dependency

This commit is contained in:
logicog
2025-08-19 09:46:02 +02:00
parent ad53165351
commit c3e0ad52bc
+2 -2
View File
@@ -52,7 +52,7 @@ devices by looking at the image using e.g. Ghidra.
## Compiling ## Compiling
Install the following particular build requisites (Debian 12, should work on Ubuntu) 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: Now, building the firmware image should work:
@@ -312,4 +312,4 @@ the RTL837x SoCs:
- [Mirroring](doc/mirroring.md) - [Mirroring](doc/mirroring.md)
- [SFP+ ports](doc/sfp.md) - [SFP+ ports](doc/sfp.md)
- [Trunking aka. port aggregation](doc/trunking.md) - [Trunking aka. port aggregation](doc/trunking.md)
- [VLAN](doc/vlan.md) - [VLAN](doc/vlan.md)