~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to patches-buildroot/README

  • Committer: Scott Moser
  • Date: 2012-06-05 20:06:25 UTC
  • mto: This revision was merged to the branch mainline in revision 179.
  • Revision ID: smoser@ubuntu.com-20120605200625-8l87b9om75ir80ti
add patches-buildroot for patching buildroot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains patches to be applied to buildroot.
 
2
They're in quilt style format, but nothing automated will apply
 
3
them.  After downloading and extracting buildroot, linking it
 
4
to ./buildroot , you will need to run:
 
5
  ( cd buildroot && QUILT_PATCHES=$PWD/../patches-buildroot quilt push -a )
 
6