6d8bbf
#!/bin/sh
6d8bbf
6d8bbf
for i in kernel-*.config; do
6d8bbf
	NEW=kernel-$VERSION-`echo $i | cut -d - -f2-`
6d8bbf
	mv $i $NEW
6d8bbf
done