diff options
| author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2016-12-14 10:04:44 +0100 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2016-12-20 16:24:21 +0100 |
| commit | f628d0e0e9adc5cf86a7d611e0d7c63cf6818188 (patch) | |
| tree | 804063cf5c3eac7f9b1f7dd1db8282dbef17076f /package/network/services/hostapd/patches/100-daemonize_fix.patch | |
| parent | 1a4d07c2c534588cd7c8fb8bd479eb952c213dba (diff) | |
| download | mtk-20170518-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.zip mtk-20170518-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.tar.gz mtk-20170518-f628d0e0e9adc5cf86a7d611e0d7c63cf6818188.tar.bz2 | |
hostapd: update to version 2016-12-15
Update to latest upstream HEAD:
- Refreshed all
- Delete patches and parts which made it upstream
Compile tested Full & Mini configs
Run-tested Mini config
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [another update, remove broken patch]
Diffstat (limited to 'package/network/services/hostapd/patches/100-daemonize_fix.patch')
| -rw-r--r-- | package/network/services/hostapd/patches/100-daemonize_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/100-daemonize_fix.patch b/package/network/services/hostapd/patches/100-daemonize_fix.patch index 0389406..fad8466 100644 --- a/package/network/services/hostapd/patches/100-daemonize_fix.patch +++ b/package/network/services/hostapd/patches/100-daemonize_fix.patch @@ -60,13 +60,13 @@ + if (chdir("/") < 0) return -1; - } - +- - return 0; -} -#else /* __APPLE__ */ -#define os_daemon daemon -#endif /* __APPLE__ */ -- + - -int os_daemonize(const char *pid_file) -{ |
