diff options
Diffstat (limited to 'recipes/tasks/task-proper-tools.bb')
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index 40baf875ac..17e74db4e7 100644 --- a/recipes/tasks/task-proper-tools.bb +++ b/recipes/tasks/task-proper-tools.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r12" +PR = "r13" inherit task @@ -32,6 +32,7 @@ RDEPENDS_${PN} = "\ module-init-tools \ ncurses-tools \ netcat \ + netkit-telnet \ net-tools \ openrdate \ patch \ |