From ec824db3d2f59703f62cc4cf289d9fe5766de9cd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Nov 2015 21:38:26 +0100 Subject: hostapd: update to latest stable version --- package/hostapd/Makefile | 4 ++-- .../hostapd/patches/patch-src_drivers_linux_wext_h | 19 ------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 package/hostapd/patches/patch-src_drivers_linux_wext_h (limited to 'package') diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 74133bbe8..8380937de 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= hostapd -PKG_VERSION:= 2.0 +PKG_VERSION:= 2.5 PKG_RELEASE:= 1 -PKG_HASH:= 262ce394b930bccc3d65fb99ee380f28d36444978f524c845a98e8e29f4e9d35 +PKG_HASH:= 8e272d954dc0d7026c264b79b15389ec2b2c555b32970de39f506b9f463ec74a PKG_DESCR:= wireless authenticator PKG_SECTION:= net/wifi PKG_DEPENDS:= libnl diff --git a/package/hostapd/patches/patch-src_drivers_linux_wext_h b/package/hostapd/patches/patch-src_drivers_linux_wext_h deleted file mode 100644 index f09fa321e..000000000 --- a/package/hostapd/patches/patch-src_drivers_linux_wext_h +++ /dev/null @@ -1,19 +0,0 @@ ---- hostapd-2.0.orig/src/drivers/linux_wext.h 2013-01-12 16:42:53.000000000 +0100 -+++ hostapd-2.0/src/drivers/linux_wext.h 2014-01-02 16:26:15.000000000 +0100 -@@ -21,11 +21,11 @@ - - #include - #include --typedef __uint32_t __u32; --typedef __int32_t __s32; --typedef __uint16_t __u16; --typedef __int16_t __s16; --typedef __uint8_t __u8; -+typedef uint32_t __u32; -+typedef int32_t __s32; -+typedef uint16_t __u16; -+typedef int16_t __s16; -+typedef uint8_t __u8; - #ifndef __user - #define __user - #endif /* __user */ -- cgit v1.2.3