On 20 January 2017 at 11:33, Felix Fietkau <n...@nbd.name> wrote:
> On 2017-01-20 11:26, Koen Vandeputte wrote:
>> Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com>
> To get the filenames right, please use import-backports.sh from
> package/kernel/mac80211/scripts:
>
> - export the commit from a git tree with git-format-patch -o <dir>
> - in the mac80211 build dir unpacked with QUILT=1 switch to the last 3xx
> patch
> - run import-backports.sh 300 /path/to/patchfile.patch

This is a set of commands I use:
make package/kernel/mac80211/clean
make package/kernel/mac80211/prepare QUILT=1 V=s
cd build_dir/target-*/linux-*/compat-wireless-*/
quilt push $(quilt series | egrep "^3" | tail -n 1)
../../../../package/kernel/mac80211/scripts/import-backports.sh 300
/path/to/commit.patch
quilt push -a
cd ../../../..
make package/kernel/mac80211/update V=s
git status

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to