ipq40xx: D-Link DAP-2610: convert to DSA

Reenable D-Link DAP-2610, convert it to DSA and label port to 'lan', as shown on the case

Reviewed-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Guillaume Lefebvre <guillaume@zelig.ch>
This commit is contained in:
Guillaume Lefebvre 2022-11-09 06:52:18 +01:00 committed by Hauke Mehrtens
parent 62efb34071
commit 65d9a715fc
3 changed files with 16 additions and 2 deletions

View File

@ -43,6 +43,7 @@ ipq40xx_setup_interfaces()
;;
aruba,ap-303|\
avm,fritzrepeater-1200|\
dlink,dap-2610|\
meraki,mr33|\
meraki,mr74|\
mikrotik,lhgg-60ad|\

View File

@ -181,6 +181,20 @@
status = "okay";
};
&gmac {
status = "okay";
};
&switch {
status = "okay";
};
&swport5 {
status = "okay";
label = "lan";
};
&tlmm {
serial_pins: serial_pinmux {
mux {

View File

@ -419,8 +419,7 @@ define Device/dlink_dap-2610
IMAGE/factory.bin := append-kernel | pad-offset 6144k 160 | append-rootfs | wrgg-image | check-size
IMAGE/sysupgrade.bin := append-kernel | wrgg-image | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size | append-metadata
endef
# Missing DSA Setup
#TARGET_DEVICES += dlink_dap-2610
TARGET_DEVICES += dlink_dap-2610
define Device/edgecore_ecw5211
$(call Device/FitImage)