projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
[openwrt.git]
/
openwrt
/
package
/
hostapd
/
Makefile
diff --git
a/openwrt/package/hostapd/Makefile
b/openwrt/package/hostapd/Makefile
index
405c1fd
..
7ac6770
100644
(file)
--- a/
openwrt/package/hostapd/Makefile
+++ b/
openwrt/package/hostapd/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
-PKG_VERSION:=0.
3.9
+PKG_VERSION:=0.
4.7
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
c9cab38387594090a36062008b3de59e
+PKG_MD5SUM:=
b299211691fe8a6840e7adafda351d2b
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-19,7
+19,7
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,HOSTAPD,hostapd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
$(eval $(call PKG_template,HOSTAPD,hostapd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
-
cp
./files/config $(PKG_BUILD_DIR)/.config
+
$(CP)
./files/config $(PKG_BUILD_DIR)/.config
touch $@
$(PKG_BUILD_DIR)/.built:
touch $@
$(PKG_BUILD_DIR)/.built:
This page took
0.020811 seconds
and
4
git commands to generate.