projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e47655
)
hostapd: fix PKG_CONFIG_DEPENDS for CONFIG_WPA_SUPPLICANT_*
author
Matthias Schiffer
<
[email protected]
>
Wed, 16 Nov 2016 19:59:17 +0000
(20:59 +0100)
committer
Matthias Schiffer
<
[email protected]
>
Wed, 16 Nov 2016 19:59:17 +0000
(20:59 +0100)
These symbols don't affect wpa-supplicant only, but also wpad.
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/network/services/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Makefile
b/package/network/services/hostapd/Makefile
index b3cd80d1329455e05d8837793ccfe0a1bd600ed8..9570b2a8f55adb8d21181307bf8405dffd9592f2 100644
(file)
--- a/
package/network/services/hostapd/Makefile
+++ b/
package/network/services/hostapd/Makefile
@@
-44,7
+44,7
@@
ifeq ($(LOCAL_VARIANT),mesh)
CONFIG_VARIANT:=full
endif
-if
eq ($(LOCAL_TYPE),supplicant
)
+if
neq ($(LOCAL_TYPE),hostapd
)
ifeq ($(LOCAL_VARIANT),full)
PKG_CONFIG_DEPENDS += \
CONFIG_WPA_SUPPLICANT_INTERNAL \