commit | 5bc0543df3079add8152afa041b887d081d71839 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Wed Mar 28 14:38:20 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Apr 08 18:31:09 2018 -0400 |
tree | 52391dd5ad89ac8681dccb7efd6a3441e2ccec06 | |
parent | 07dea2e737f78ee70e81c27d976811f0e9fdbad8 [diff] |
treewide: Convert CONFIG_HOSTNAME to a string option CONFIG_HOSTNAME is defined as a "plain" preprocessor string, but every use is couched by __stringify(...). Hence, convert it to a proper string option. Signed-off-by: Mario Six <mario.six@gdsys.cc>