mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
wpa_supplicant: detect readline support in wpa_cli
Signed-off-by: Oscar Hellström <oscar.hellstrom@vinnter.se> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f287f0aab6
commit
8505a2613f
@ -105,6 +105,11 @@ define WPA_SUPPLICANT_DEBUG_CONFIG
|
|||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||||
|
WPA_SUPPLICANT_DEPENDENCIES += readline
|
||||||
|
WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_READLINE
|
||||||
|
endif
|
||||||
|
|
||||||
define WPA_SUPPLICANT_CONFIGURE_CMDS
|
define WPA_SUPPLICANT_CONFIGURE_CMDS
|
||||||
cp $(@D)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
|
cp $(@D)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
|
||||||
sed -i $(patsubst %,-e 's/^#\(%\)/\1/',$(WPA_SUPPLICANT_CONFIG_ENABLE)) \
|
sed -i $(patsubst %,-e 's/^#\(%\)/\1/',$(WPA_SUPPLICANT_CONFIG_ENABLE)) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user