From 852a40cacf6dbbc564091cd21c1833b2a5fdc42d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:48 +0100 Subject: [PATCH] wpa_supplicant: add autoreconf support Signed-off-by: Stephan Raue --- packages/network/wpa_supplicant/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/network/wpa_supplicant/meta b/packages/network/wpa_supplicant/meta index 8e0ca3a17b..291736f874 100644 --- a/packages/network/wpa_supplicant/meta +++ b/packages/network/wpa_supplicant/meta @@ -12,3 +12,5 @@ PKG_SECTION="network" PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation" PKG_LONGDESC="The wpa_supplicant is a free software implementation of an IEEE 802.11i supplicant. In addition to being a full-featured WPA2 supplicant, it also has support for WPA and older wireless LAN security protocols." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"