#!/bin/sh

[ -n "${IPKG_INSTROOT}" ] || {
	/etc/init.d/luci_bwc enabled || /etc/init.d/luci_bwc enable
	exit 0
}
