mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:38:26 +02:00
DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9305 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
532249b507
commit
0988e52bb4
@ -23,16 +23,22 @@ 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 Package/wpa-passphrase
|
||||
@ -40,7 +46,10 @@ define Package/wpa-passphrase
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=wpa-supplicant
|
||||
TITLE:=Set WPA passphrase for a SSID
|
||||
DESCRIPTION:=
|
||||
endef
|
||||
|
||||
define Package/wpa-passphrase/Description
|
||||
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
Loading…
Reference in New Issue
Block a user