[OpenWrt-Devel] [PATCH] hostapd: fix compilation of wpa_supplicant

2020-06-16 Thread Karel Kočí
Ubus patch as it seems have been broken by some rebase in the past as the location of line that adds ubus object file was in condition for CONFIG_MACSEC. That condition was adding object files that are not touched by ubus patch. This means ubus.o does not have to be included in that case. When it h

[OpenWrt-Devel] [PATCH] hostapd: fix compilation of wpa_supplicant

2020-06-16 Thread Karel Kočí
Ubus patch as it seems have been broken by some rebase in the past as the location of line that adds ubus object file was in condition for CONFIG_MACSEC. That condition was adding object files that are not touched by ubus patch. This means ubus.o does not have to be included in that case. When it h