projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wlc utility
[openwrt.git]
/
package
/
dropbear
/
Makefile
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index
133e67a
..
db79dd5
100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
package/dropbear/Makefile
@@
-25,10
+25,9
@@
endef
define Package/dropbearconvert
$(call Package/dropbear)
define Package/dropbearconvert
$(call Package/dropbear)
-DEFAULT:=m
TITLE:=Utility for converting SSH keys
TITLE:=Utility for converting SSH keys
+DEFAULT:=m if ALL
DESCRIPTION:=Utility for converting SSH keys
DESCRIPTION:=Utility for converting SSH keys
-DEPENDS:=zlib
endef
define Build/Configure
endef
define Build/Configure
@@
-76,7
+75,7
@@
define Build/Configure
);
endef
);
endef
-define Buid/Compile
+define Bui
l
d/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
LD=$(TARGET_CC) \
PROGRAMS="dropbear dbclient dropbearkey scp" \
$(MAKE) -C $(PKG_BUILD_DIR) \
LD=$(TARGET_CC) \
PROGRAMS="dropbear dbclient dropbearkey scp" \
This page took
0.025523 seconds
and
4
git commands to generate.