forked from Ivasoft/openwrt
lantiq: add support for ARV7506PW11 (Alice/O2 IAD 4421)
Ethernet, ADSL2+ and LEDs are fully functional. Supporting the two TAE ports and SIP gateway was not attempted. The WiFi is unreliable, due to experimental support for rt35xx family devices by the rt2800pci driver. Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> [rebase to LEDE HEAD] [switch to normal image instead of brnboot image] [remove not required pinmux child nodes keys, leds, ebu, exin, pci_in and pci_out] [remove switch_rst pinmux child node (no support for hw reset in driver/setting a default GPIO value in DT] [enable usage of the wireless LED] [fixup mac address configuration] Sgned-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
committed by
John Crispin
parent
b67066b8fa
commit
9759fde40a
@@ -45,6 +45,14 @@ ARV4519PW|ARV7510PW22|ARV7518PW|ARV752DPW22|ARV8539PW22)
|
||||
"0t@eth0" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4"
|
||||
;;
|
||||
|
||||
# rtl8306g
|
||||
ARV7506PW11)
|
||||
lan_mac=$(mtd_get_mac_binary board_config 22)
|
||||
wan_mac=$(macaddr_add "$lan_mac" 2)
|
||||
ucidef_add_switch "switch0" \
|
||||
"4:lan:1" "3:lan:2" "2:lan:3" "1:lan:4" "5t@eth0"
|
||||
;;
|
||||
|
||||
# rtl8306g
|
||||
ARV7519PW)
|
||||
lan_mac=$(mtd_get_mac_binary board_config 22)
|
||||
|
||||
Reference in New Issue
Block a user