diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:05:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:05:34 +0200 |
commit | f4259455c2ad5c2f74290bfa710bf7689023d423 (patch) | |
tree | 9d750af6903f17e362db45dc973f78df5eca2796 /target/config | |
parent | 36197e445d0bde5785bb1a823b0e83c4f5b89ccb (diff) |
finetune /etc/hosts
It should look like:
127.0.0.1 localhost
::1 loaclhost
127.0.1.1 hostname
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 0503eb8d9..2c1ccb1d1 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -3,7 +3,7 @@ config ADK_RUNTIME_HOSTNAME string "hostname for the embedded system" - default "localhost" + default "openadk" help Set your target hostname. |