summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/001-cross_compile_fix.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-23 13:16:37 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-23 13:16:37 +0000
commit7af4d79491b826de778160c5f683521bf78195db (patch)
treec9301da018622e17bc1e092e737c3ac9bb3c9bec /package/hostapd/patches/001-cross_compile_fix.patch
parent7a33fb1c962d1881606fe7b8925afc253bf36706 (diff)
update hostapd to latest development release (v0.4.5),
add driver for hostap, enable wpa-psk. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/001-cross_compile_fix.patch')
-rw-r--r--package/hostapd/patches/001-cross_compile_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/hostapd/patches/001-cross_compile_fix.patch b/package/hostapd/patches/001-cross_compile_fix.patch
index d4323a7d9..ca2bb23c7 100644
--- a/package/hostapd/patches/001-cross_compile_fix.patch
+++ b/package/hostapd/patches/001-cross_compile_fix.patch
@@ -19,14 +19,3 @@ diff -ruN hostapd-0.3.9-old/Makefile hostapd-0.3.9-new/Makefile
driver_conf.c: Makefile .config
rm -f driver_conf.c
-diff -ruN hostapd-0.3.9-old/driver_madwifi.c hostapd-0.3.9-new/driver_madwifi.c
---- hostapd-0.3.9-old/driver_madwifi.c 2005-05-18 05:38:57.000000000 +0200
-+++ hostapd-0.3.9-new/driver_madwifi.c 2005-08-14 08:23:21.000000000 +0200
-@@ -24,6 +24,7 @@
- #include <include/compat.h>
- #include <net80211/ieee80211.h>
- #include <net80211/ieee80211_crypto.h>
-+#include <net80211/_ieee80211.h>
- #include <net80211/ieee80211_ioctl.h>
-
- #include <net/if_arp.h>