#!/bin/sh

set -e

home=$PWD

cd $IMAGE_TOP/lib/modules/$version
mkdir boot
ln kernel/drivers/video/tgafb.o boot
