diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:16:37 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:16:37 +0000 |
commit | 7e671d62c215dbf8fd3b3bd45d5190fa93cc6e31 (patch) | |
tree | 938da5fe58caae20a87f8058b0e7b506f6c1055d /openwrt/package/hostapd/patches/001-cross_compile_fix.patch | |
parent | 6889d835572a0087f17aefe8b5a4a4cd4d94d349 (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@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hostapd/patches/001-cross_compile_fix.patch')
-rw-r--r-- | openwrt/package/hostapd/patches/001-cross_compile_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/hostapd/patches/001-cross_compile_fix.patch b/openwrt/package/hostapd/patches/001-cross_compile_fix.patch index d4323a7d9..ca2bb23c7 100644 --- a/openwrt/package/hostapd/patches/001-cross_compile_fix.patch +++ b/openwrt/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> |