Updating gstreamer package in openwrt-packages-yun

Folks,

I am attempting to update my Yun to have the latest (unstable) version of gstreamer and the gst-plugin-* modules. I forked arduino/openwrt-packages-yun on github and am working on integrating the 1.4.1 versions into my repo. However, I'm not sure how to generate the diff format that is necessary for the patches such as openwrt-packages-yun / multimedia / gstreamer / patches / 001-no_docs.patch.

Can someone give me some pointers?

--jon

If you're using github, suffice is to submit a pull request. That will also show the diffs

I found my answer in the open-wrt documentation -- the patches are produced using quilt.

--jon