summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJérome Lefranc2009-06-17 09:37:39 +0200
committerJérome Lefranc2009-06-17 09:37:39 +0200
commit175ac3d5b76339875155c4edfec791c55fe98d78 (patch)
treee45145bc0a1bd4a17607628d8e02c0fd6527c902 /package
parente6e16667678d69116e49d38524b407e57afc5fd4 (diff)
[rootfs] removed the interfaces file from etc (useless with factory dir)
Diffstat (limited to 'package')
-rw-r--r--package/initramfs/root/etc/network/interfaces16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/initramfs/root/etc/network/interfaces b/package/initramfs/root/etc/network/interfaces
deleted file mode 100644
index b979982d63..0000000000
--- a/package/initramfs/root/etc/network/interfaces
+++ /dev/null
@@ -1,16 +0,0 @@
-auto lo eth0 plc0 br0
-
- iface lo inet loopback
-
- iface eth0 inet static
- address 192.168.2.1
- netmask 255.255.255.0
-
- iface plc0 inet static
- address 192.168.2.1
- netmask 255.255.255.0
-
- iface br0 inet static
- address 192.168.2.1
- netmask 255.255.255.0
-