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: *

[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