projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4464f79
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3949
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dropbear/Makefile
patch
|
blob
|
history
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index
28cdd15
..
db79dd5
100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
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