From 192269eb1711d60135c3eed699dd0d0b0fdc0579 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Oct 2007 20:51:21 +0000 Subject: fixed wpa2 support for madwifi/wpa_supplicant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9355 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wpa_supplicant/Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'package/wpa_supplicant') diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 1f798d27fe..a745313dac 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -41,17 +41,6 @@ define Package/wpa-cli/Description endef -define Package/wpa-passphrase - SECTION:=net - CATEGORY:=Network - DEPENDS:=wpa-supplicant - TITLE:=Set WPA passphrase for a SSID -endef - -define Package/wpa-passphrase/Description - -endef - define Build/Configure cp ./files/config.$(ARCH) $(PKG_BUILD_DIR)/.config endef @@ -72,7 +61,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 @@ -80,11 +69,5 @@ define Package/wpa-cli/install $(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-passphrase)) -- cgit v1.2.3