projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ptunnel (PingTunnel) (thanks to Romain Beauxis)
[openwrt.git]
/
package
/
wpa_supplicant
/
Makefile
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index
70792fe
..
34e9fcf
100644
(file)
--- a/
package/wpa_supplicant/Makefile
+++ b/
package/wpa_supplicant/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
-PKG_VERSION:=0.
3.9
+PKG_VERSION:=0.
4.7
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=1
13873aafc4fcaa0515841a6f0a17fd0
+PKG_MD5SUM:=1
345730f15d5f93f2f083096ddc903eb
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
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) \
$(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) \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
OPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL=$(LINUX_DIR) \
This page took
0.03622 seconds
and
4
git commands to generate.