ipq40xx: convert Netgear EX6100/EX6150 v2 to DSA
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
		| @@ -50,7 +50,9 @@ ipq40xx_setup_interfaces() | ||||
| 	meraki,mr33|\ | ||||
| 	meraki,mr74|\ | ||||
| 	mikrotik,lhgg-60ad|\ | ||||
| 	mikrotik,sxtsq-5-ac) | ||||
| 	mikrotik,sxtsq-5-ac|\ | ||||
| 	netgear,ex6100v2|\ | ||||
| 	netgear,ex6150v2) | ||||
| 		ucidef_set_interface_lan "lan" | ||||
| 		;; | ||||
| 	avm,fritzbox-7530) | ||||
|   | ||||
| @@ -65,6 +65,7 @@ | ||||
| 		led-failsafe = &power_amber; | ||||
| 		led-running = &power_green; | ||||
| 		led-upgrade = &power_amber; | ||||
| 		label-mac-device = &gmac; | ||||
| 	}; | ||||
|  | ||||
| 	keys { | ||||
| @@ -323,3 +324,16 @@ | ||||
| 	nvmem-cell-names = "pre-calibration", "mac-address"; | ||||
| 	nvmem-cells = <&precal_art_5000>, <&macaddr_dnidata_c>; | ||||
| }; | ||||
|  | ||||
| &gmac { | ||||
| 	status = "okay"; | ||||
| }; | ||||
|  | ||||
| &switch { | ||||
| 	status = "okay"; | ||||
| }; | ||||
|  | ||||
| &swport4 { | ||||
| 	status = "okay"; | ||||
| 	label = "lan"; | ||||
| }; | ||||
|   | ||||
| @@ -814,16 +814,14 @@ define Device/netgear_ex6100v2 | ||||
| 	DEVICE_MODEL := EX6100 | ||||
| 	DEVICE_VARIANT := v2 | ||||
| endef | ||||
| # Missing DSA Setup | ||||
| #TARGET_DEVICES += netgear_ex6100v2 | ||||
| TARGET_DEVICES += netgear_ex6100v2 | ||||
|  | ||||
| define Device/netgear_ex6150v2 | ||||
| 	$(call Device/netgear_ex61x0v2) | ||||
| 	DEVICE_MODEL := EX6150 | ||||
| 	DEVICE_VARIANT := v2 | ||||
| endef | ||||
| # Missing DSA Setup | ||||
| #TARGET_DEVICES += netgear_ex6150v2 | ||||
| TARGET_DEVICES += netgear_ex6150v2 | ||||
|  | ||||
| define Device/netgear_orbi | ||||
| 	$(call Device/DniImage) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Bauer
					David Bauer