[openwrt/openwrt] lantiq: xway: add support for AVM FRITZ!Box 7330
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 26 15:32:21 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ceac4ae3b403d52735f371b741f9fd6cbbe08b31
commit ceac4ae3b403d52735f371b741f9fd6cbbe08b31
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Mon Nov 1 22:52:21 2021 +0100
lantiq: xway: add support for AVM FRITZ!Box 7330
The AVM FRITZ!Box 7330 shares hardware with the AVM Fritzbox 7320
except for the second ethernet port, which only supports 100M.
Hardware:
- SoC: Lantiq ARX 188
- CPU: 2x MIPS 34Kc 393 MHz
- RAM: 64 MiB 196 MHz
- Flash: 16 MiB NAND
- Ethernet: Built-in Gigabit Ethernet switch, 1x 1GbE, 1x 100M
- Wifi: Atheros AR9227-BC2A b/g/n with 2 pcb/internal antennas
- USB: 2x USB 2.0
- DSL: Built-in ADSL2+ modem
- DECT: Dialog SC14441
- LEDs: 1 two-color, 4 one-color
- Buttons: 1x DECT, 1x WIFI
- Telephone connectors: 1 FXS port via TAE or RJ11 connector
Installation:
The installation process is described on the wiki.
Unsupported (same as AVM 7320):
- VoIP (DECT and FXS),
- Second Ethernet port.
Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
---
target/linux/lantiq/image/ar9.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/lantiq/image/ar9.mk b/target/linux/lantiq/image/ar9.mk
index 4d9a008f6f..43f91d0ee4 100644
--- a/target/linux/lantiq/image/ar9.mk
+++ b/target/linux/lantiq/image/ar9.mk
@@ -17,6 +17,8 @@ define Device/avm_fritz7320
DEVICE_MODEL := FRITZ!Box 7320
DEVICE_ALT0_VENDOR := 1&1
DEVICE_ALT0_MODEL := HomeServer
+ DEVICE_ALT1_VENDOR := AVM
+ DEVICE_ALT1_MODEL := Fritz!box 7330
SOC := ar9
IMAGE_SIZE := 15744k
LOADER_FLASH_OFFS := 0x31000
More information about the lede-commits
mailing list