Allow samba build for OS

This commit is contained in:
ozolli 2016-12-20 00:43:44 +01:00 committed by GitHub
parent afc164973f
commit abe79e98ce

View File

@ -35,3 +35,6 @@ if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bluez"
fi
if [ "$SAMBA_SERVER" = "yes" ] || [ "$SAMBA_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET samba"
fi