mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
ipq40xx: convert Extreme AP3915i to DSA
Convert and re-enabled Extreme AP3915i to DSA. Signed-off-by: James Andrewartha <trs80@ucc.asn.au>
This commit is contained in:
parent
2f83369e3e
commit
7c04e80f87
@ -46,6 +46,7 @@ ipq40xx_setup_interfaces()
|
|||||||
aruba,ap-303|\
|
aruba,ap-303|\
|
||||||
avm,fritzrepeater-1200|\
|
avm,fritzrepeater-1200|\
|
||||||
dlink,dap-2610|\
|
dlink,dap-2610|\
|
||||||
|
extreme-networks,ws-ap3915i|\
|
||||||
meraki,mr33|\
|
meraki,mr33|\
|
||||||
meraki,mr74|\
|
meraki,mr74|\
|
||||||
mikrotik,lhgg-60ad|\
|
mikrotik,lhgg-60ad|\
|
||||||
|
@ -124,6 +124,20 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gmac {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&switch {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&swport5 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
label = "lan";
|
||||||
|
};
|
||||||
|
|
||||||
&tlmm {
|
&tlmm {
|
||||||
mdio_pins: mdio_pinmux {
|
mdio_pins: mdio_pinmux {
|
||||||
mux_1 {
|
mux_1 {
|
||||||
|
@ -542,8 +542,7 @@ define Device/extreme-networks_ws-ap3915i
|
|||||||
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata
|
||||||
DEVICE_PACKAGES := ipq-wifi-extreme-networks_ws-ap3915i
|
DEVICE_PACKAGES := ipq-wifi-extreme-networks_ws-ap3915i
|
||||||
endef
|
endef
|
||||||
# Missing DSA Setup
|
TARGET_DEVICES += extreme-networks_ws-ap3915i
|
||||||
#TARGET_DEVICES += extreme-networks_ws-ap3915i
|
|
||||||
|
|
||||||
define Device/ezviz_cs-w3-wd1200g-eup
|
define Device/ezviz_cs-w3-wd1200g-eup
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user