mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
Fix hostapd compilation which was broken only for 2.6.25 (#3733). Thanks to Hauke Mehrtens.
SVN-Revision: 11763
This commit is contained in:
parent
1c70591c3d
commit
6ce90189ad
13
package/hostapd/patches/001-include_wireless_copy.patch
Normal file
13
package/hostapd/patches/001-include_wireless_copy.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -Naur hostapd/driver_nl80211.c hostapd.new/driver_nl80211.c
|
||||
--- hostapd/hostapd/driver_nl80211.c 2008-02-23 03:45:24.000000000 +0100
|
||||
+++ hostapd.new/hostapd/driver_nl80211.c 2008-06-28 12:46:56.000000000 +0200
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <net/if.h>
|
||||
#include <linux/if_packet.h>
|
||||
#include <linux/if_ether.h> /* The L2 protocols */
|
||||
-#include <linux/wireless.h>
|
||||
+#include "wireless_copy.h"
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#include "hostapd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user