Re: [OpenWrt-Devel] obtaining openwrt linux kernel git repo for selected target

2015-07-27 Thread Darik Horn
On Sun, Jul 26, 2015 at 1:09 PM, Antony Pavlov antonynpav...@gmail.com wrote:

 $ git checkout v3.18

The upstream linux.git;v3.18 tag does not generate the linux-3.18.18
tarball that the OpenWrt HEAD is currently using.  Try this instead:

* 
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?id=refs/tags/v3.18.18

If importing from the linux-stable.git;v3.18.18 tag also fails, then
look at `include/kernel-version.mk` in the buildroot, download exactly
the tarball specified therein, and apply the entire ar71xx patch-queue
using a tool like `quilt`.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] obtaining openwrt linux kernel git repo for selected target

2015-07-26 Thread Antony Pavlov
Hi All!

I want to obtain openwrt linux kernel sources for ar71xx in the form of git 
repo.
So I want to convert the patches from 
openwrt.git/target/linux/ar71xx/patches-3.18/
into git commits.

I'm trying to 'git am' patches from openwrt repo:

$ cd linux.git
$ git checkout v3.18
$ git am ../openwrt.git/target/linux/ar71xx/patches-3.18/*
Applying: MIPS: ath79: Avoid using unitialized 'reg' variable
Applying: spi/ath79: make chipselect logic more flexible
Patch does not have a valid e-mail address.
$

So simple 'git am' can't help me :(

Is there any conventional way for getting openwrt linux kernel sources git repo?

-- 
Best regards,
  Antony Pavlov
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel