View Single Post
Old 09-02-2012, 08:37 AM   #4
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
to do this you would

extract the busybox install from the Kindle_src_3.3_611680021.tar.gz to usr/local/src

cp /usr/local/src/busybox-1.7.2mario_defconfig /home/you/GIT/buildroot/output/build/busybox-1.20.2

cd /home/you/GIT/buildroot/output/build/busybox-1.20.2

mv .config .config_org
mv .config.old .config.old_org
mv mario_defconfig .config

make oldconfig

This should use the settings that ARE set already and skip over the rubbish, saving us a very tough DIFF job.

Last edited by twobob; 09-02-2012 at 09:24 AM.
twobob is offline   Reply With Quote