[Buildroot] Enable i830 graphics driver for DirectFB

Peter Korsgaard jacmet at uclibc.org
Wed Sep 23 07:24:52 UTC 2009


>>>>> "Ormund" == Ormund Williams <ormundw at panix.com> writes:

 Ormund> I'm still learning to use git, so if anyone can turn these diffs into a
 Ormund> real patch I would appreciate it.

Normally you would simply commit changes locally on another branch, run
git format-patch master and then (preferably) send them with git-email or
through your normal mail program.

E.G. git checkout -b something
git commit -a
git format-patch master
git send-email --to buildroot at uclibc.org 0*.patch
git checkout master
rm 0*patch

Could you give it a try?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list