Skip to content
freeasabeer edited this page Sep 14, 2010 · 2 revisions

Welcome to the buildroot-android wiki!

A buildroot branch that aims at producing some statically linked linux tools for android

Note: I have not yet commited all the stuff that take the individual binaries out of the buildroot target file structure and that make nice ipk out of them. This will be done shortly after some tidying…

Instructions
git clone git@github.com:freeasabeer/buildroot-android.git
cd buildroot-android
cp config.freeasabeer-for-modaco .config
make oldconfig
make

The binaries are to be find in the buildroot target file structure: output/target

Ported packages

  • busybox
  • screen
  • ncurses
  • rsync
  • dropbear

Newly added packages

  • mc
  • slang2
  • zip
  • opkg
  • htop
  • tree

Clone this wiki locally