First page Back Continue Last page Overview Graphics
Buildroot
Download a buildroot snapshot
Extract the files: tar xjvf .....
cd buildroot
make menuconfig
- Hummm...this looks like the Linux kernel config...
- target architecture is mipsel
- I hacked in the 2.4.30 kernel headers
- binutils 2.16.1, busybox 1.01, gcc 3.4.2, uClibc 0.9.28
- Add other tools/programs as desired
- dnsmasq, grep, iproute, iptables, nano, ntp,
procps, strace – many others available!
Notes: