From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Kilian To: development@lists.ipfire.org Subject: [PATCH] Update: hostapd to 2.5 Date: Mon, 18 Apr 2016 14:23:38 +0000 Message-ID: <1460989418-21523-1-git-send-email-sascha@sakisoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2039332894016165723==" List-Id: --===============2039332894016165723== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Sascha Kilian --- lfs/hostapd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hostapd b/lfs/hostapd index f393d91..5d932bb 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -24,7 +24,7 @@ include Config -VER = 2.4 +VER = 2.5 THISAPP = hostapd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 04578f3f2c3eb1bec1adf30473813912 +$(DL_FILE)_MD5 = 69f9cec3f76d74f402864a43e4f8624f install : $(TARGET) -- 1.7.9.5 --===============2039332894016165723==--