diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-07 07:04:44 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-07 07:04:44 +0000 |
commit | 14d0f66cd28d2535a4c472f9df8c75acdc99f08a (patch) | |
tree | 48a19e3842fd69e920ba6ad1e53b2b6cb784f072 /openwrt/package/openssh/ipkg | |
parent | 845d7ab06091e2a604273230a384008c45700ddb (diff) |
add openssh package, sshd does not work. why?
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openssh/ipkg')
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/openssh/ipkg/openssh.control b/openwrt/package/openssh/ipkg/openssh.control new file mode 100644 index 0000000000..7ad07c74cc --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh.control @@ -0,0 +1,7 @@ +Package: openssh +Priority: optional +Section: net +Maintainer: bugs@openwrt.org +Source: buildroot internal +Depends: zlib, libopenssl +Description: SSH Server and Client |