standardize Makefile, change section from base to net for dropbear and utils for dropbearconvert

SVN-Revision: 4834
lede-17.01
Nicolas Thill 2006-09-23 17:41:58 +00:00
parent 860a2214dd
commit d1c2ddcf52
1 changed files with 15 additions and 10 deletions

View File

@ -20,20 +20,25 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/dropbear/Default
URL:=http://matt.ucc.asn.au/dropbear/
endef
define Package/dropbear define Package/dropbear
SECTION:=base $(call Package/dropbear/Default)
CATEGORY:=Base system SECTION:=net
DEFAULT:=y CATEGORY:=Base system
TITLE:=Small SSH 2 client/server DEFAULT:=y
DESCRIPTION:=A small SSH 2 server/client designed for small memory environments. TITLE:=Small SSH2 client/server
URL:=http://matt.ucc.asn.au/dropbear/ DESCRIPTION:=\
A small SSH2 server/client designed for small memory environments.
endef endef
define Package/dropbearconvert define Package/dropbearconvert
$(call Package/dropbear) $(call Package/dropbear/Default)
TITLE:=Utility for converting SSH keys SECTION:=utils
DEFAULT:=m if ALL CATEGORY:=Utilities
DESCRIPTION:=Utility for converting SSH keys TITLE:=Utility for converting SSH keys
endef endef
define Build/Configure define Build/Configure