openwrt/package
Rafał Miłecki a0bc62fe08 hostapd: backport support for sending debug messages to the syslog
It wasn't possible to read hostapd wpa_printf messages unless running
hostapd manually. It was because hostapd was printing them using vprintf
and not directly to the syslog.

We were trying to workaround this problem by redirecting STDIN_FILENO
and STDOUT_FILENO but it was working only for the initialization phase.
As soon as hostapd did os_daemonize our solution stopped working.

Please note despite the subject this change doesn't affect debug level
messages only but just everything printed by hostapd with wpa_printf
including MSG_ERROR-s. This makes it even more important as reading
error messages can be quite useful for debugging.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-02-05 22:29:56 +01:00
..
base-files base-files: add /etc/iproute2/rt_protos 2017-02-01 15:53:20 +01:00
boot packages: mark packages depending on a target as nonshared 2017-01-24 19:59:55 +01:00
devel Revert "gdb: fix build with gcc 4.1.2 as host compiler" 2017-01-07 19:53:36 +01:00
firmware packages: mark packages depending on a target as nonshared 2017-01-24 19:59:55 +01:00
kernel kmod-sched-cake: Bump to latest version 2017-02-01 16:06:24 +01:00
libs libtool: don't clobber host libtool infrastructure 2017-02-01 16:05:52 +01:00
network hostapd: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
system procd: update procd.sh to disallow signal-numbers, enforce signal-names 2017-02-01 15:40:20 +01:00
utils packages: mark packages depending on a target as nonshared 2017-01-24 19:59:55 +01:00
Makefile opkg: drop S/MIME support 2017-01-10 13:44:25 +01:00