projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added option to atheros kernel to be able to disable reset button from inside the...
[openwrt.git]
/
package
/
wpa_supplicant
/
Makefile
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index
6448145
..
a901968
100644
(file)
--- a/
package/wpa_supplicant/Makefile
+++ b/
package/wpa_supplicant/Makefile
@@
-27,7
+27,6
@@
define Package/wpa-supplicant
URL:=http://hostap.epitest.fi/wpa_supplicant/
endef
URL:=http://hostap.epitest.fi/wpa_supplicant/
endef
-
define Package/wpa-cli
SECTION:=net
CATEGORY:=Network
define Package/wpa-cli
SECTION:=net
CATEGORY:=Network
@@
-36,6
+35,13
@@
define Package/wpa-cli
DESCRIPTION:=
endef
DESCRIPTION:=
endef
+define Package/wpa-passphrase
+ SECTION:=net
+ CATEGORY:=Network
+ DEPENDS:=wpa-supplicant
+ TITLE:=Set WPA passphrase for a SSID
+ DESCRIPTION:=
+endef
define Build/Configure
cp ./files/config.$(ARCH) $(PKG_BUILD_DIR)/.config
define Build/Configure
cp ./files/config.$(ARCH) $(PKG_BUILD_DIR)/.config
@@
-65,5
+71,11
@@
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.032113 seconds
and
4
git commands to generate.