Fedora Misc Scripts

I've updated and uploaded 3 of my miscellaneous scripts.

1) build-arm-toolchain.sh will build and install and arm-elf toolchain with soft-float enabled under Fedora 10 as simple as calling sh ./build-arm-toolchain all. The toolchain will be installed under /usr/local/arm. It currently builds gcc 4.3.4, newlib-0.17, binutils-2.19.1, and gdb-6.8 successfully but I haven't tested any code build with this toolchain just yet.

2) build-selinux-linode-kernel.sh is a hack of a script to download and compile an kernel for a linode with SELINUX enabled. You need to do more work to get pvgrub booting an selinux kernel successfully on a linode but if you want to know, just leave me a comment.

3) build-tomato-firmware.sh will build the latest (1.25) version of the tomato alternative firmware for your WRT54GL router on Fedora 10. For some reason a .trx version of 1.25 isn't on the official download site and you need a .trx to update to tomato from something like white russian with mtd on the command-line.

You can find these scripts in the misc/script directory my svn repository.