projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d8c26
)
fix dropbear depends and defaults
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 15 Jun 2006 16:41:35 +0000
(16:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 15 Jun 2006 16:41:35 +0000
(16:41 +0000)
SVN-Revision: 3949
openwrt/package/dropbear/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/dropbear/Makefile
b/openwrt/package/dropbear/Makefile
index 28cdd15f7cf46231fc061f8b7d1255a7ea699f41..db79dd5c41321b568613d94a4942fa7f73352486 100644
(file)
--- a/
openwrt/package/dropbear/Makefile
+++ b/
openwrt/package/dropbear/Makefile
@@
-26,8
+26,8
@@
endef
define Package/dropbearconvert
$(call Package/dropbear)
TITLE:=Utility for converting SSH keys
+DEFAULT:=m if ALL
DESCRIPTION:=Utility for converting SSH keys
-DEPENDS:=+zlib
endef
define Build/Configure