diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-17 13:02:52 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-17 13:02:52 +0000 |
commit | ee80e9b39b39878ef00a541e4cfd3f1e97e01fd1 (patch) | |
tree | 46c57d508679f9a5ee807af2da78a8b67972f52b /target/device/Atmel/atstk1002/target_skeleton/etc/hosts | |
parent | 24c980292843b7b9aebc9f1831c6c1e8ba49c148 (diff) | |
download | buildroot-novena-ee80e9b39b39878ef00a541e4cfd3f1e97e01fd1.tar.gz buildroot-novena-ee80e9b39b39878ef00a541e4cfd3f1e97e01fd1.zip |
Update atstk1002 target skeleton
Diffstat (limited to 'target/device/Atmel/atstk1002/target_skeleton/etc/hosts')
-rw-r--r-- | target/device/Atmel/atstk1002/target_skeleton/etc/hosts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/device/Atmel/atstk1002/target_skeleton/etc/hosts b/target/device/Atmel/atstk1002/target_skeleton/etc/hosts index 1de7bf570..ef3816702 100644 --- a/target/device/Atmel/atstk1002/target_skeleton/etc/hosts +++ b/target/device/Atmel/atstk1002/target_skeleton/etc/hosts @@ -1,11 +1,12 @@ -127.0.0.1 localhost.localdomain localhost -127.0.1.1 stk1000.example.net stk1000 +127.0.0.1 localhost.localdomain localhost +127.0.1.1 stk1000.example.net stk1000 # The following lines are desirable for IPv6 capable hosts -::1 ip6-localhost ip6-loopback +::1 localhost +::1 ip6-localhost ip6-loopback +::1 stk1000.example.net stk1000 fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts - |