projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix version info for packages that either lack PKG_VERSION or PKG_RELEASE
[openwrt.git]
/
package
/
dropbear
/
Makefile
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index
4a732ee
..
28cdd15
100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
package/dropbear/Makefile
@@
-25,10
+25,9
@@
endef
define Package/dropbearconvert
$(call Package/dropbear)
-DEFAULT:=m
TITLE:=Utility for converting SSH keys
DESCRIPTION:=Utility for converting SSH keys
-DEPENDS:=zlib
+DEPENDS:=
+
zlib
endef
define Build/Configure
This page took
0.019987 seconds
and
4
git commands to generate.