projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for the wifi led on atheros SoC
[openwrt.git]
/
package
/
wpa_supplicant
/
Makefile
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index
b3fec0c
..
6448145
100644
(file)
--- a/
package/wpa_supplicant/Makefile
+++ b/
package/wpa_supplicant/Makefile
@@
-9,16
+9,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
-PKG_VERSION:=0.5.
5
+PKG_VERSION:=0.5.
7
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
482dd85949c82aa15309e5ab3d2cf5c3
+PKG_MD5SUM:=
bd2436392ad3c6d2513da701a12f2d27
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
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-51,8
+47,8
@@
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
KERNEL=$(LINUX_DIR) \
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
KERNEL=$(LINUX_DIR) \
- CPPFLAGS="
-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
" \
- LDFLAGS="
-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
" \
+ CPPFLAGS="
$(TARGET_CPPFLAGS)
" \
+ LDFLAGS="
$(TARGET_LDFLAGS)
" \
all
$(STRIP) $(PKG_BUILD_DIR)/wpa_supplicant
$(STRIP) $(PKG_BUILD_DIR)/wpa_cli
all
$(STRIP) $(PKG_BUILD_DIR)/wpa_supplicant
$(STRIP) $(PKG_BUILD_DIR)/wpa_cli
@@
-60,12
+56,12
@@
define Build/Compile
endef
define Package/wpa-supplicant/install
endef
define Package/wpa-supplicant/install
-
install -m0755 -d
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant $(1)/usr/sbin/
endef
define Package/wpa-cli/install
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant $(1)/usr/sbin/
endef
define Package/wpa-cli/install
-
install -m0755 -d
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
endef
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
endef
This page took
0.020962 seconds
and
4
git commands to generate.