From b6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Nov 2010 00:30:49 +0100 Subject: unify alix support add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets. --- target/alix/files/etc/network/interfaces | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 target/alix/files/etc/network/interfaces (limited to 'target/alix/files/etc/network') diff --git a/target/alix/files/etc/network/interfaces b/target/alix/files/etc/network/interfaces new file mode 100644 index 000000000..104c1a1b6 --- /dev/null +++ b/target/alix/files/etc/network/interfaces @@ -0,0 +1,5 @@ +auto lo +iface lo inet loopback + +auto eth0 +iface eth0 inet dhcp -- cgit v1.2.3