ipq40xx: convert AVM FRITZ!Repeater 3000 to DSA

Convert the repeater to DSA.

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2023-04-24 22:00:18 +02:00 committed by Christian Marangi
parent 467aa08f8a
commit 3cac52f9a1
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
3 changed files with 22 additions and 2 deletions

View File

@ -61,6 +61,7 @@ ipq40xx_setup_interfaces()
avm,fritzbox-7530)
ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
;;
avm,fritzrepeater-3000|\
cellc,rtl30vw)
ucidef_set_interface_lan "lan1 lan2"
;;

View File

@ -247,3 +247,23 @@
};
};
};
&gmac {
status = "okay";
};
&switch {
status = "okay";
};
&swport4 {
status = "okay";
label = "lan1";
};
&swport5 {
status = "okay";
label = "lan2";
};

View File

@ -295,8 +295,7 @@ define Device/avm_fritzrepeater-3000
SOC := qcom-ipq4019
DEVICE_PACKAGES := ath10k-firmware-qca9984-ct fritz-caldata fritz-tffs-nand
endef
# Missing DSA Setup
#TARGET_DEVICES += avm_fritzrepeater-3000
TARGET_DEVICES += avm_fritzrepeater-3000
define Device/buffalo_wtr-m2133hp
$(call Device/FitImage)