llmnrd - Link-Local Multicast Resolution Daemon =============================================== llmnrd is a daemon implementing the Link-Local Multicast Name Resolution (LLMNR) protocol according to RFC 4795. It currently only supports Linux, as it uses the netlink kernel interface. Installation ------------ To build and install llmnrd use the following commands: $ make $ sudo make install By default, the llmnrd binary will be installed to /usr/local/sbin. To install the binary to a different installation path, use: $ make $ sudo make prefix= install Cross-Compilation ----------------- To cross-compile llmnrd for a different architecture, use the CROSS_COMPILE make variable. To e.g. build it using the arm-linux-gnueabihf toolchain use: $ make CROSS_COMPILE=arm-linux-gnueabihf- When cross-compiling, you usually don't want to install the generated binary to your root filesystem, but to the sysroot of a cross-compiled system. Use the DESTDIR variable to change the installation destination path, e.g. $ make DESTDIR=$HOME/sysroot/ prefix=/usr install License ------- llmnrd is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License. llmnrd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ='sub right'>Tobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/i2c/fault-codes
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2016-04-14 09:00:27 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-04-15 18:01:52 +0200
commit2fd92273646abad21766ddfbfa00b6f927362308 (patch)
tree7c97d2f9218868587513dad00c833a947f7a524a /Documentation/i2c/fault-codes
parent8497695243f70fd19ed6cf28b63584f1b608b5f9 (diff)
s390: add CPU_BIG_ENDIAN config option
Make sure that s390 appears to be a big endian machine by defining this config option. Without this s390 appears to be little endian as seen by e.g. the recordmount script: "perl ./scripts/recordmcount.pl "s390" "little" "64"" This has no practical impact within the script since the endian variable is only evaluated for mips. However there are already a couple of common code places which evaluate this config option. None of them is relevant for s390 currently though. To avoid any issues in the future (and fix the recordmcount oddity) add the new config option. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'Documentation/i2c/fault-codes')