summaryrefslogtreecommitdiff
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 2bf6da3b3..29827f7c9 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= hostapd
PKG_VERSION:= 0.6.9
PKG_RELEASE:= 1
-PKG_BUILDDEP+= libnl openssl
PKG_MD5SUM:= 83630d11fa66ade9091f1b304fccd74c
PKG_DESCR:= an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator
PKG_SECTION:= net
-PKG_DEPENDS:= libopenssl
+PKG_DEPENDS:= libnl libopenssl
+PKG_BUILDDEP+= libnl openssl
PKG_URL:= http://hostap.epitest.fi
PKG_SITES:= http://hostap.epitest.fi/releases/
@@ -21,7 +21,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,HOSTAPD,hostapd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,HOSTAPD_UTILS,hostapd-utils,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-BUILD_STYLE= auto
+BUILD_STYLE:= auto
do-configure:
${CP} ./files/hostapd.config ${WRKBUILD}/.config