hostapd: fix compilation of wpa_supplicant
authorKarel Kočí <karel.koci@nic.cz>
Tue, 16 Jun 2020 15:07:46 +0000 (17:07 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 18 Jun 2020 18:08:18 +0000 (20:08 +0200)
commita4248577a00cb2f21bc19ff06492e36b0ae714e6
treec391099af94ba32a2d9554b4d187a6e04dfc56b6
parentb933f9cf0cb254e368027cad6d5799e45b237df5
hostapd: fix compilation of wpa_supplicant

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 has to be and when build fails is when CONFIG_AP is
set. All files included in wpa_supplicant that are touched by this patch
are in this condition. This means that this is for sure the original
place for it.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
package/network/services/hostapd/patches/600-ubus_support.patch