#!/bin/sh
if [ -n "$D" ]; then
	mipsel-linux-depmod -A -b $D -F /usr/src/cross/nylon-build-stable-1.0/tmp/staging/mipsel-linux/kernel/System.map-2.4.27 2.4.27
else
	depmod -A
	update-modules || true
fi
