diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
commit | ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 (patch) | |
tree | c0d1c53c52d050672de9c2fc656b760a2fbe5aa1 /target/device/Atmel/atngw100/target_skeleton/etc/hosts | |
parent | c46893b7af0e6f0bbc072dc76cb979995ff654fc (diff) | |
download | buildroot-novena-ceaf9e8217f29f6c499d03c62612b2eb50e8ed09.tar.gz buildroot-novena-ceaf9e8217f29f6c499d03c62612b2eb50e8ed09.zip |
updates and additions for avr32 arch
Diffstat (limited to 'target/device/Atmel/atngw100/target_skeleton/etc/hosts')
-rw-r--r-- | target/device/Atmel/atngw100/target_skeleton/etc/hosts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/device/Atmel/atngw100/target_skeleton/etc/hosts b/target/device/Atmel/atngw100/target_skeleton/etc/hosts index b24a953a3..9d8c7b8e9 100644 --- a/target/device/Atmel/atngw100/target_skeleton/etc/hosts +++ b/target/device/Atmel/atngw100/target_skeleton/etc/hosts @@ -1,10 +1,9 @@ 127.0.0.1 localhost.localdomain localhost -127.0.1.1 ngw.example.net ngw +10.0.0.1 ngw.example.net ngw # The following lines are desirable for IPv6 capable hosts ::1 localhost ::1 ip6-localhost ip6-loopback -::1 ngw.example.net ngw fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes |