1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Rafał Miłecki 37b489fe04 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-01-30 06:52:02 +01:00
..
base-files base-files: uppercase default hostname: LEDE 2017-01-26 18:10:10 +01:00
boot ixp4xx: put apex images into image staging directory 2017-01-27 16:53:31 +01:00
devel
firmware layerscape: put u-boot and ucode images into image staging directory 2017-01-27 16:53:31 +01:00
kernel kernel: mark nvmem as hidden, it is only used as a library for other modules 2017-01-27 16:54:30 +01:00
libs toolchain: Broaden the executable loader pattern 2017-01-29 11:51:02 -08:00
network hostapd: backport support for sending debug messages to the syslog 2017-01-30 06:52:02 +01:00
system rpcd: Explicitly link with lcrypt 2017-01-29 11:51:02 -08:00
utils busybox: update to 1.26.2 2017-01-29 14:09:38 +01:00
Makefile Revert "build: always run package/cleanup before package/compile" 2017-01-22 13:47:40 +01:00