#!/bin/sh

# stderr is always unbuffered so use that...
/bin/opkg "$@" 2>&1
exit 0