Browse Source

hostapd: Updated (0.7.3 -> 1.0)

user/chris/next/0.4
Gernot Tenchio 12 years ago committed by Christian Wiese
parent
commit
e416a06748
  1. 6
      network/hostapd/hostapd.desc
  2. 7
      network/hostapd/install.patch

6
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/

7
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

Loading…
Cancel
Save