summaryrefslogtreecommitdiff
path: root/target/device/KwikByte/kb9202/target_skeleton/etc/network
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-03 08:27:50 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-03 08:27:50 +0000
commite27fef51834042a1b108e04927a2a91742a54327 (patch)
treefd0179bb0da69ac3d7c69f7aac2f8c9ef7cb961a /target/device/KwikByte/kb9202/target_skeleton/etc/network
parent41e6a671f3cc284da7dc32eb96e257265d233893 (diff)
Add support for KwikByte KB9202 board, courtesy Brian Beattie
Diffstat (limited to 'target/device/KwikByte/kb9202/target_skeleton/etc/network')
-rw-r--r--target/device/KwikByte/kb9202/target_skeleton/etc/network/interfaces20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/device/KwikByte/kb9202/target_skeleton/etc/network/interfaces b/target/device/KwikByte/kb9202/target_skeleton/etc/network/interfaces
new file mode 100644
index 000000000..0bb96fd83
--- /dev/null
+++ b/target/device/KwikByte/kb9202/target_skeleton/etc/network/interfaces
@@ -0,0 +1,20 @@
+# /etc/network/interfaces -- configuration file for ifup/ifdown
+# The loopback interface
+# automatically added when upgrading
+auto lo
+iface lo inet loopback
+
+# the first network card - this entry was created during the
+# installation automatically added when upgrading
+
+# static IP mode
+# uncomment the next lines in this section (remove leading '#' characters)
+#auto eth0
+#iface eth0 inet static
+# address 192.160.1.79
+# netmask 255.255.255.0
+
+# DHCP mode
+# uncomment the next lines in this section (remove leading '#' characters)
+#auto eth0
+#iface eth0 inet dhcp