diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
commit | 814af8484ea438eaa7f72146f7ba51b0bf50751a (patch) | |
tree | 39177197faf7a05e5f5cb08e6919f8adbb9aa41f /package/hostapd/patches/110-roboswitch_compile_fix.patch | |
parent | d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (diff) | |
download | upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.gz upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.bz2 upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.zip |
hostapd: update to 2010-11-11
SVN-Revision: 23969
Diffstat (limited to 'package/hostapd/patches/110-roboswitch_compile_fix.patch')
-rw-r--r-- | package/hostapd/patches/110-roboswitch_compile_fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/hostapd/patches/110-roboswitch_compile_fix.patch b/package/hostapd/patches/110-roboswitch_compile_fix.patch deleted file mode 100644 index 50dca64f1a..0000000000 --- a/package/hostapd/patches/110-roboswitch_compile_fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/drivers/driver_roboswitch.c -+++ b/src/drivers/driver_roboswitch.c -@@ -14,10 +14,10 @@ - - #include "includes.h" - #include <sys/ioctl.h> --#include <linux/if.h> - #include <linux/sockios.h> - #include <linux/if_ether.h> - #include <linux/mii.h> -+#include <net/if.h> - - #include "common.h" - #include "driver.h" |