#!/bin/sh
${IPKG_INSTROOT}/bin/busybox brctl -h 2>&1 | grep -q BusyBox && ln -sf ../../bin/busybox ${IPKG_INSTROOT}/usr/sbin/brctl
exit 0
