Skip to content
Snippets Groups Projects
Commit 9b466175 authored by Rahul Thakur's avatar Rahul Thakur
Browse files

brcm63xx: change fiber to wanconf

also update db for panther and tiger
parent 7995ce13
Branches
Tags
No related merge requests found
...@@ -18,9 +18,9 @@ config board 'board' ...@@ -18,9 +18,9 @@ config board 'board'
# Ethernet # Ethernet
option ethernetPorts '6' option ethernetPorts '6'
option ethernetWanPort 'eth5' option ethernetWanPort 'eth5'
option ethernetPortNames 'LAN1 LAN2 LAN3 LAN4 LAN5 WAN' option ethernetPortNames 'LAN1 LAN2 LAN3 LAN4 WAN'
option ethernetPortOrder 'eth0 eth1 eth2 eth3 eth4 eth5' option ethernetPortOrder 'eth0 eth1 eth2 eth3 eth5'
option ethernetLanPorts 'eth0 eth1 eth2 eth3 eth4' option ethernetLanPorts 'eth0 eth1 eth2 eth3'
option gpio_zero '0 1 3 67' option gpio_zero '0 1 3 67'
option gpio_one '2 40' option gpio_one '2 40'
......
#!/bin/sh /etc/rc.common
START=15
boot() {
wanconf
}
#!/bin/sh /etc/rc.common
START=60
USE_PROCD=1
start_service() {
wanconf
}
service_triggers()
{
procd_add_reload_trigger network wireless
}
#!/bin/sh /etc/rc.common
START=15
boot() {
wanconf
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment