Building otheros.bld (petitboot) from source

git clone git://nbd.name/openwrt.git base=59008615d8b31946d5845e0c146ec6d80d05caf5
(cd openwrt; git archive --format=tar --prefix=openwrt-petitboot/ $base) | tar xf -

cd openwrt-petitboot
./scripts/feeds update
./scripts/feeds install -a

wget http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-petitboot/ps3-petitboot-09.11.30-owrt-patches.tar.bz2
tar xfv ps3-petitboot-09.11.30-owrt-patches.tar.bz2
mv ps3-petitboot-09.11.30-owrt-patches patches
quilt push -a

cp target/linux/ps3/petitboot/defconfig-ps3-petitboot .config
make defconfig
make

cp bin/otheros.bld /media/disk/PS3/otheros/

## use 'quilt pop' to remove the patch ps3-fb-rotate.diff if enabled, otherwise expect a 90 rotation on your screen
