Busybox compile
尚未測試過...
cd busybox-1.15.1
make menuconfig
設定BusyBox為Static link
BusyBox Settings -> Build Options -> Build BusyBox as a static binary (no shared libs)
設定安裝路徑到Android root file system
BusyBox Settings -> Installation Options -> BusyBox Installation Prefix
${HOME}/S3C6410/android_cupcake_smdk6410/opensource_cupcake_0424_opencore203/out/target/product/smdk6410/system/busybox
Config functions you need...
make
make install
make menuconfig
設定BusyBox為Static link
BusyBox Settings -> Build Options -> Build BusyBox as a static binary (no shared libs)
設定安裝路徑到Android root file system
BusyBox Settings -> Installation Options -> BusyBox Installation Prefix
${HOME}/S3C6410/android_cupcake_smdk6410/opensource_cupcake_0424_opencore203/out/target/product/smdk6410/system/busybox
Config functions you need...
make
make install