Renamed the interfaces to match the other devices.
Name the interface connected to the builtin G.hn chip 'ghn'.
This might toggle at runtime while the G.hn chip is in the
bootloader.
Reviewed-by: Robert Marko <[email protected]>
Signed-off-by: Thomas Bong <[email protected]>
compex,wpj428)
ucidef_set_interface_lan "lan1 lan2"
;;
+ devolo,magic-2-wifi-next)
+ ucidef_set_interface_lan "lan1 lan2 ghn"
+ ;;
linksys,whw01)
ucidef_set_interface_lan "eth1 eth2"
;;
};
};
};
+
+&gmac {
+ status = "okay";
+};
+
+&switch {
+ status = "okay";
+};
+
+&swport5 {
+ status = "okay";
+ label = "lan1";
+};
+
+&swport3 {
+ status = "okay";
+ label = "lan2";
+};
+
+&swport4 {
+ status = "okay";
+ label = "ghn";
+};
DEFAULT := n
endef
# Missing DSA Setup
-#TARGET_DEVICES += devolo_magic-2-wifi-next
+TARGET_DEVICES += devolo_magic-2-wifi-next
define Device/dlink_dap-2610
$(call Device/FitImageLzma)