From e2a9c638e7f8c108ada98a4b200581090349b03d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Jun 2016 19:10:11 +0200 Subject: [PATCH] hostapd: fix compilation error in wext backend Signed-off-by: Jo-Philipp Wich --- .../services/hostapd/patches/432-missing-typedef.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/network/services/hostapd/patches/432-missing-typedef.patch diff --git a/package/network/services/hostapd/patches/432-missing-typedef.patch b/package/network/services/hostapd/patches/432-missing-typedef.patch new file mode 100644 index 0000000000..7a100f1a0d --- /dev/null +++ b/package/network/services/hostapd/patches/432-missing-typedef.patch @@ -0,0 +1,10 @@ +--- a/src/drivers/linux_wext.h ++++ b/src/drivers/linux_wext.h +@@ -26,6 +26,7 @@ typedef int32_t __s32; + typedef uint16_t __u16; + typedef int16_t __s16; + typedef uint8_t __u8; ++typedef int8_t __s8; + #ifndef __user + #define __user + #endif /* __user */ -- 2.30.2