#!/bin/sh

opkg list-installed | sed -n 's/^/package: /p' | sed -n 's/ - / : /p'
