From e416a067482cb93dfbffc4eaa1069f8d62f89e8b Mon Sep 17 00:00:00 2001 From: Gernot Tenchio Date: Tue, 20 Nov 2012 11:39:39 +0100 Subject: [PATCH] hostapd: Updated (0.7.3 -> 1.0) --- network/hostapd/hostapd.desc | 6 +++--- network/hostapd/install.patch | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/network/hostapd/hostapd.desc b/network/hostapd/hostapd.desc index c3ae31f83..2989f000d 100644 --- a/network/hostapd/hostapd.desc +++ b/network/hostapd/hostapd.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../hostapd/hostapd.desc -[COPY] Copyright (C) 2010 The OpenSDE Project +[COPY] Copyright (C) 2010 - 2012 The OpenSDE Project [COPY] [COPY] More information can be found in the files COPYING and README. [COPY] @@ -29,7 +29,7 @@ [L] GPL [S] Stable -[V] 0.7.3 +[V] 1.0 [P] X -----5---9 800.000 -[D] 0 hostapd-0.7.3.tar.gz http://hostap.epitest.fi/releases/ +[D] 1928756422 hostapd-1.0.tar.gz http://hostap.epitest.fi/releases/ diff --git a/network/hostapd/install.patch b/network/hostapd/install.patch index a7baad36f..efee71383 100644 --- a/network/hostapd/install.patch +++ b/network/hostapd/install.patch @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../hostapd/install.patch -# Copyright (C) 2010 - 2011 The OpenSDE Project +# Copyright (C) 2010 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -27,14 +27,15 @@ diff --git a/hostapd/Makefile b/hostapd/Makefile index 2db0707..8eba33e 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile -@@ -757,8 +757,13 @@ verify_config: +@@ -789,9 +789,13 @@ verify_config: exit 1; \ fi +prefix=/usr/local + install: all -- for i in $(ALL); do cp -f $$i /usr/local/bin/$$i; done +- mkdir -p $(DESTDIR)/usr/local/bin +- for i in $(ALL); do cp -f $$i $(DESTDIR)/usr/local/bin/$$i; done + @mkdir -p $(DESTDIR)$(prefix)/bin + @mkdir -p $(DESTDIR)$(prefix)/sbin + cp -f hostapd $(DESTDIR)$(prefix)/sbin