projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mirror source tarball to openwrt.org (#2983)
[openwrt.git]
/
package
/
wpa_supplicant
/
Makefile
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index
a901968
..
a178e77
100644
(file)
--- a/
package/wpa_supplicant/Makefile
+++ b/
package/wpa_supplicant/Makefile
@@
-9,11
+9,11
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
-PKG_VERSION:=0.5.
7
+PKG_VERSION:=0.5.
9
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
bd2436392ad3c6d2513da701a12f2d27
+PKG_MD5SUM:=
390e46066fa96ef9ba8e2dd63fca5aa0
-PKG_SOURCE_URL:=http://
hostap.epitest.fi/releases
+PKG_SOURCE_URL:=http://
downloads.openwrt.org/sources/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
include $(INCLUDE_DIR)/package.mk
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
include $(INCLUDE_DIR)/package.mk
@@
-23,24
+23,22
@@
define Package/wpa-supplicant
CATEGORY:=Network
DEPENDS:=+libopenssl
TITLE:=WPA Supplicant
CATEGORY:=Network
DEPENDS:=+libopenssl
TITLE:=WPA Supplicant
- DESCRIPTION:=WPA Supplicant
URL:=http://hostap.epitest.fi/wpa_supplicant/
endef
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
define Package/wpa-cli
SECTION:=net
CATEGORY:=Network
DEPENDS:=wpa-supplicant
TITLE:=WPA Supplicant command line interface
- DESCRIPTION:=
endef
endef
-define Package/wpa-passphrase
- SECTION:=net
- CATEGORY:=Network
- DEPENDS:=wpa-supplicant
- TITLE:=Set WPA passphrase for a SSID
- DESCRIPTION:=
+define Package/wpa-cli/Description
+
endef
define Build/Configure
endef
define Build/Configure
@@
-63,7
+61,7
@@
endef
define Package/wpa-supplicant/install
$(INSTALL_DIR) $(1)/usr/sbin
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
endef
define Package/wpa-cli/install
@@
-71,11
+69,5
@@
define Package/wpa-cli/install
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
endef
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
endef
-define Package/wpa-passphrase/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/wpa_passphrase $(1)/usr/sbin/
-endef
-
$(eval $(call BuildPackage,wpa-supplicant))
$(eval $(call BuildPackage,wpa-cli))
$(eval $(call BuildPackage,wpa-supplicant))
$(eval $(call BuildPackage,wpa-cli))
-$(eval $(call BuildPackage,wpa-passphrase))
This page took
0.028155 seconds
and
4
git commands to generate.