mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
10-switch: fix for EG300 wan port ref #13048
This commit is contained in:
parent
8b211d1fa9
commit
6e64075198
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
. /lib/network/config.sh
|
. /lib/network/config.sh
|
||||||
|
|
||||||
|
# FIX: for EG300 WAN port for release 3.13.1 - 4.x
|
||||||
|
if [ "$INTERFACE" == "eth2" ]; then
|
||||||
|
touch /var/update.eth2
|
||||||
|
fi
|
||||||
|
# end FIX
|
||||||
|
|
||||||
addif() {
|
addif() {
|
||||||
# check if wan had a event and start all related services
|
# check if wan had a event and start all related services
|
||||||
wan=`uci -q get layer2_interface_ethernet.Wan.baseifname`
|
wan=`uci -q get layer2_interface_ethernet.Wan.baseifname`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue