X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/512850aa048f2ee940836d292b50f70dd6ea66f2..adcea7e7fb6ffd55f3c360bb4ba216da257b0268:/package/wpa_supplicant/Makefile diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 644814556..361a48631 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.5.7 +PKG_VERSION:=0.5.10 PKG_RELEASE:=1 -PKG_MD5SUM:=bd2436392ad3c6d2513da701a12f2d27 +PKG_MD5SUM:=9e7b99da67c47d81121368c6d580d069 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -23,19 +23,23 @@ define Package/wpa-supplicant CATEGORY:=Network DEPENDS:=+libopenssl TITLE:=WPA Supplicant - DESCRIPTION:=WPA Supplicant URL:=http://hostap.epitest.fi/wpa_supplicant/ endef +define Package/wpa-supplicant/Description + WPA Supplicant +endef define Package/wpa-cli SECTION:=net CATEGORY:=Network DEPENDS:=wpa-supplicant TITLE:=WPA Supplicant command line interface - DESCRIPTION:= endef +define Package/wpa-cli/Description + +endef define Build/Configure cp ./files/config.$(ARCH) $(PKG_BUILD_DIR)/.config @@ -44,6 +48,7 @@ endef define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) + CFLAGS="$(TARGET_CFLAGS)" \ $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ KERNEL=$(LINUX_DIR) \ @@ -57,7 +62,7 @@ endef define Package/wpa-supplicant/install $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_BUILD_DIR)/wpa_supplicant $(1)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/wpa_{supplicant,passphrase} $(1)/usr/sbin/ endef define Package/wpa-cli/install