From: Sven Neumann Date: Fri, 6 Jun 2014 08:16:23 +0000 (+0200) Subject: wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0d089b0eb9f65bfe65ae13125065ca0fa93ccc5;p=buildroot.git wpa_supplicant: fix BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG option Signed-off-by: Sven Neumann Signed-off-by: Thomas Petazzoni --- diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk index 2df4f5ee18..0ca2ce5b90 100644 --- a/package/wpa_supplicant/wpa_supplicant.mk +++ b/package/wpa_supplicant/wpa_supplicant.mk @@ -105,9 +105,7 @@ endif endif ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG),y) -define WPA_SUPPLICANT_DEBUG_CONFIG - $(SED) 's/\(#\)\(CONFIG_DEBUG_SYSLOG.*\)/\2/' $(WPA_SUPPLICANT_CONFIG) -endef + WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_DEBUG_SYSLOG endif ifeq ($(BR2_PACKAGE_READLINE),y)