standardize Makefile, change section from base to net for dropbear and utils for dropbearconvert
SVN-Revision: 4834
This commit is contained in:
parent
860a2214dd
commit
d1c2ddcf52
1 changed files with 15 additions and 10 deletions
|
@ -20,20 +20,25 @@ PKG_CAT:=zcat
|
|||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/dropbear/Default
|
||||
URL:=http://matt.ucc.asn.au/dropbear/
|
||||
endef
|
||||
|
||||
define Package/dropbear
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
DEFAULT:=y
|
||||
TITLE:=Small SSH 2 client/server
|
||||
DESCRIPTION:=A small SSH 2 server/client designed for small memory environments.
|
||||
URL:=http://matt.ucc.asn.au/dropbear/
|
||||
$(call Package/dropbear/Default)
|
||||
SECTION:=net
|
||||
CATEGORY:=Base system
|
||||
DEFAULT:=y
|
||||
TITLE:=Small SSH2 client/server
|
||||
DESCRIPTION:=\
|
||||
A small SSH2 server/client designed for small memory environments.
|
||||
endef
|
||||
|
||||
define Package/dropbearconvert
|
||||
$(call Package/dropbear)
|
||||
TITLE:=Utility for converting SSH keys
|
||||
DEFAULT:=m if ALL
|
||||
DESCRIPTION:=Utility for converting SSH keys
|
||||
$(call Package/dropbear/Default)
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Utility for converting SSH keys
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
|
Loading…
Reference in a new issue