diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 12:22:13 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 12:22:13 +0000 |
commit | 6889d835572a0087f17aefe8b5a4a4cd4d94d349 (patch) | |
tree | 88ed683e792e8b40202c588a6e5fbae1a6ac3b9e /openwrt/package/wpa_supplicant/Makefile | |
parent | 88e1c410c38ccc14564fd403329945529ca3a2fe (diff) |
update wpa_supplicant to latest development release (v0.4.5),
add drivers for hostap, madwifi and generic wext.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wpa_supplicant/Makefile')
-rw-r--r-- | openwrt/package/wpa_supplicant/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/wpa_supplicant/Makefile b/openwrt/package/wpa_supplicant/Makefile index 70792fe4ec..e7a10165c0 100644 --- a/openwrt/package/wpa_supplicant/Makefile +++ b/openwrt/package/wpa_supplicant/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.3.9 +PKG_VERSION:=0.4.5 PKG_RELEASE:=1 -PKG_MD5SUM:=113873aafc4fcaa0515841a6f0a17fd0 +PKG_MD5SUM:=28347563119f09fc963bcdf9d16265a3 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -24,7 +24,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CPPFLAGS="-I$(TOPDIR)/package/openwrt/include -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ + CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include/madwifi" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ OPT_FLAGS="$(TARGET_CFLAGS)" \ KERNEL=$(LINUX_DIR) \ |