diff options
author | Phil Sutter <phil@nwl.cc> | 2014-06-17 03:07:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:36 +0200 |
commit | 7959909ddcad06f9728ed1b1ec1edddd6889ae95 (patch) | |
tree | 4b3e2c84aa28d09cf4807348fac6a522668808f5 /package/hostapd | |
parent | efc772df2c5ca05bc7f3a66b80152f5c66b8b815 (diff) |
Revert "update to latest upstream version"
This reverts commit cf5cd270160a272dae0741412100f9aad04d32ef.
On my rb493g with ath5k NIC, hostapd-2.2 failed to initialise the
interface. Downgrading to hostapd-2.0 alone fixed that problem.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 9f0a7bfd6..dbb46ee3c 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= hostapd -PKG_VERSION:= 2.2 +PKG_VERSION:= 2.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 23c1f78a693c3288802d516adb7fd289 +PKG_MD5SUM:= ba22e639bc57aa4035d2ea8ffa9bbbee PKG_DESCR:= wireless authenticator PKG_SECTION:= net/wifi PKG_DEPENDS:= libnl |