aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-24 14:12:21 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 14:12:21 +0200
commit2fab872ba627e603e292b6474149724132000fd9 (patch)
tree7e757565b5bf139eaf997b166beda136129db71e /package/network
parent6393b9007a15d1ecea84d0814eb4009a39161506 (diff)
downloadmaster-187ad058-2fab872ba627e603e292b6474149724132000fd9.tar.gz
master-187ad058-2fab872ba627e603e292b6474149724132000fd9.tar.bz2
master-187ad058-2fab872ba627e603e292b6474149724132000fd9.zip
hostapd: fix compilation error in wext backend
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/hostapd/patches/432-missing-typedef.patch10
1 files changed, 10 insertions, 0 deletions
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 */