From d4d223edad38f74de68f284e375532d6226604a4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Apr 2012 11:14:53 +0000 Subject: hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues SVN-Revision: 31515 --- package/hostapd/patches/560-indicate-features.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/hostapd/patches/560-indicate-features.patch') diff --git a/package/hostapd/patches/560-indicate-features.patch b/package/hostapd/patches/560-indicate-features.patch index 7d8b1b5c8a..257928c746 100644 --- a/package/hostapd/patches/560-indicate-features.patch +++ b/package/hostapd/patches/560-indicate-features.patch @@ -36,16 +36,16 @@ #include "wpa_supplicant_i.h" #include "driver_i.h" -@@ -140,7 +141,7 @@ int main(int argc, char *argv[]) - wpa_supplicant_fd_workaround(); +@@ -145,7 +146,7 @@ int main(int argc, char *argv[]) for (;;) { -- c = getopt(argc, argv, "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qstuvW"); -+ c = getopt(argc, argv, "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qstuv::W"); + c = getopt(argc, argv, +- "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuvW"); ++ "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuv::W"); if (c < 0) break; switch (c) { -@@ -227,8 +228,12 @@ int main(int argc, char *argv[]) +@@ -237,8 +238,12 @@ int main(int argc, char *argv[]) break; #endif /* CONFIG_DBUS */ case 'v': -- cgit v1.2.3