mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
ath79: improve support for GL.iNet GL-XE300
- fix eth0 eth1 sharing same mac so it conforms to the behavior stated in the original commit and the way it is in vendor firmware : WAN is label, LAN is label +1 and WLAN is label +2 - add default leds config - add default network config Signed-off-by: Pascal Coudurier <coudu@wanadoo.fr>
This commit is contained in:
parent
83ca16fc43
commit
0905b07139
@ -143,12 +143,12 @@
|
|||||||
|
|
||||||
nvmem-cells = <&macaddr_art_0>;
|
nvmem-cells = <&macaddr_art_0>;
|
||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
mac-address-increment = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
nvmem-cells = <&macaddr_art_0>;
|
nvmem-cells = <&macaddr_art_0>;
|
||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
|
mac-address-increment = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&wmac {
|
&wmac {
|
||||||
|
@ -14,6 +14,10 @@ glinet,gl-ar300m-nand|\
|
|||||||
glinet,gl-ar300m-nor)
|
glinet,gl-ar300m-nor)
|
||||||
ucidef_set_led_netdev "lan" "LAN" "green:lan" "eth0"
|
ucidef_set_led_netdev "lan" "LAN" "green:lan" "eth0"
|
||||||
;;
|
;;
|
||||||
|
glinet,gl-xe300)
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1"
|
||||||
|
ucidef_set_led_switch "lan" "LAN" "green:lan" "switch0" "0x10"
|
||||||
|
;;
|
||||||
netgear,r6100)
|
netgear,r6100)
|
||||||
ucidef_set_led_netdev "wan-green" "WAN (green)" "green:wan" "eth1"
|
ucidef_set_led_netdev "wan-green" "WAN (green)" "green:wan" "eth1"
|
||||||
;;
|
;;
|
||||||
|
@ -25,6 +25,11 @@ ath79_setup_interfaces()
|
|||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0@eth0" "2:lan:2" "3:lan:1" "1:wan"
|
"0@eth0" "2:lan:2" "3:lan:1" "1:wan"
|
||||||
;;
|
;;
|
||||||
|
glinet,gl-xe300)
|
||||||
|
ucidef_set_interface_wan "eth1"
|
||||||
|
ucidef_add_switch "switch0" \
|
||||||
|
"0@eth0" "4:lan"
|
||||||
|
;;
|
||||||
netgear,r6100)
|
netgear,r6100)
|
||||||
ucidef_set_interface_wan "eth1"
|
ucidef_set_interface_wan "eth1"
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user