#!/bin/sh

git archive \
	--format=tar \
	--prefix=linux-2.6.28-omap1-git/ \
	v2.6.28-omap1 | \
	gzip > \
	../linux-omap1-2.6.28-omap1-git.tar.gz

