#!/bin/bash

KERNVER=$(/bin/uname.real -r)

/bin/uname.real $* | sed -e "s/$KERNVER/2.6.0/g" -e "s/mips64/mips/"
