diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:34:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:34:44 +0100 |
commit | 2c3389799c46724a4922179ff70d1230ccbe5b59 (patch) | |
tree | 2e890bacc226d2bef8518e38a935a0f6252d3a32 /package/hostapd/Makefile | |
parent | 9183b983ea3f2b20359eaa7cf3a8776af301c059 (diff) |
fixes for new pkgmaker generated menu
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 6 |
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 |