Use INSTALL_CONF instead of INSTALL_DATA to install configuration
files under /etc with correct permissions.
This improves security by ensuring config files are not world-readable.
INSTALL_DATA sets mode 0644, while INSTALL_CONF sets mode 0600.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Maintainer: patrick@lunatiki.de @stargieg
Compile tested: mips_24kc, arm_cortex-a9_vfpv3-d16, i386_pentium4, x86_64, i386_pentium-mmx, mipsel_24kc
Run tested: Firefox, Safari
Description: add html table for all LAN prefixes instead of a list with the one/first prefix
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>