summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/targets/mpr520e/target_skeleton_add/etc/network/interfaces10
1 files changed, 5 insertions, 5 deletions
diff --git a/cleopatre/buildroot/target/device/Spidcom/targets/mpr520e/target_skeleton_add/etc/network/interfaces b/cleopatre/buildroot/target/device/Spidcom/targets/mpr520e/target_skeleton_add/etc/network/interfaces
index 3391238acc..1dcadb0004 100644
--- a/cleopatre/buildroot/target/device/Spidcom/targets/mpr520e/target_skeleton_add/etc/network/interfaces
+++ b/cleopatre/buildroot/target/device/Spidcom/targets/mpr520e/target_skeleton_add/etc/network/interfaces
@@ -1,4 +1,4 @@
-auto lo eth0 plc0 ra0 br0
+auto lo eth0 ra0 plc0 br0
# Configure Loopback
iface lo inet loopback
@@ -8,11 +8,11 @@ iface eth0 inet static
address 0.0.0.0
netmask 255.255.255.255
-iface plc0 inet static
+iface ra0 inet static
address 0.0.0.0
netmask 255.255.255.255
-iface ra0 inet static
+iface plc0 inet static
address 0.0.0.0
netmask 255.255.255.255
@@ -21,10 +21,10 @@ iface br0 inet static
netmask 255.255.0.0
pre-up brctl addbr br0
pre-up brctl addif br0 eth0
- pre-up brctl addif br0 plc0
pre-up brctl addif br0 ra0
+ pre-up brctl addif br0 plc0
pre-up brctl setfd br0 1
post-down brctl delif br0 eth0
- post-down brctl delif br0 plc0
post-down brctl delif br0 ra0
+ post-down brctl delif br0 plc0
post-down brctl delbr br0