hostapd: fix feature detection
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 420-indicate-features.patch
index 80d945ca169ad45fe9534740ade4cf841114292a..12edb6baccbcc1631f0fffc4a2c901b88dbcd966 100644 (file)
@@ -14,7 +14,7 @@
        wpa_supplicant_event_global = hostapd_wpa_event_global;
        for (;;) {
 -              c = getopt(argc, argv, "b:Bde:f:hi:KP:sSTtu:vg:G:q");
-+              c = getopt(argc, argv, "b:Bde:f:hi:KP:sSTtu:vg:G:qv::");
++              c = getopt(argc, argv, "b:Bde:f:hi:KP:sSTtu:g:G:qv::");
                if (c < 0)
                        break;
                switch (c) {