X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fwpa_supplicant%2FMakefile;h=e7a10165c058107e6631797adf84f105296d922b;hb=7bd944d2153b871aaaee970811f27772cbe36a6f;hp=70792fe4ec99d59cb52b81da6620830b1feb709f;hpb=0569a57d670b9ae4aa6fa6d6c10b56fa3f964712;p=openwrt-10.03%2F.git diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 70792fe4e..e7a10165c 100644 --- a/package/wpa_supplicant/Makefile +++ b/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) \