meta-digi-del: Fix incorrect name for dropbear

In del-image-minimal, correctly add the ssh-server-dropbear image feature.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-22 17:51:20 +01:00
parent a173e548b9
commit ce372b012d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LICENSE = "MIT"
inherit core-image
inherit del-image
IMAGE_FEATURES = "core-ssh-dropbear"
IMAGE_FEATURES = "ssh-server-dropbear"
IMAGE_FEATURES += "del-audio"
IMAGE_FEATURES += "del-gstreamer"