diff options
Diffstat (limited to 'package/dropbear/ipkg')
-rw-r--r-- | package/dropbear/ipkg/dropbear.control | 4 | ||||
-rw-r--r-- | package/dropbear/ipkg/dropbear.postinst | 3 | ||||
-rw-r--r-- | package/dropbear/ipkg/dropbearconvert.control | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/package/dropbear/ipkg/dropbear.control b/package/dropbear/ipkg/dropbear.control new file mode 100644 index 000000000..0aa8cc5b8 --- /dev/null +++ b/package/dropbear/ipkg/dropbear.control @@ -0,0 +1,4 @@ +Package: dropbear +Priority: optional +Section: net +Description: a small SSH 2 server/client designed for small memory environments. diff --git a/package/dropbear/ipkg/dropbear.postinst b/package/dropbear/ipkg/dropbear.postinst new file mode 100644 index 000000000..30a86fef6 --- /dev/null +++ b/package/dropbear/ipkg/dropbear.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf '"NO" to disable, "@OPTIONS@" otherwise' dropbear_flags "@OPTIONS@" diff --git a/package/dropbear/ipkg/dropbearconvert.control b/package/dropbear/ipkg/dropbearconvert.control new file mode 100644 index 000000000..2b352cea1 --- /dev/null +++ b/package/dropbear/ipkg/dropbearconvert.control @@ -0,0 +1,4 @@ +Package: dropbearconvert +Priority: optional +Section: net +Description: Utility for converting SSH keys |