[OpenWrt-Devel] [PATCH 1/9] [ar71xx/kernel] upgrade 3.10.49 to 3.10.50 - released 2014-07-28

Sergey Ryazanov ryazanov.s.a at gmail.com
Fri Oct 17 17:04:29 EDT 2014


2014-10-17 17:22 GMT+04:00 Bastian Bittorf <bittorf at bluebottle.com>:
> * Rafał Miłecki <zajec5 at gmail.com> [17.10.2014 13:46]:
>> >> Why 9 patches instead of 1 (3.10.49 -> 3.10.56)? Why only ar71xx?
>> >
>> > just for completeness and i wanted to test each version anyway
>> > if patches are affected. i can not test all platforms. is there
>> > a global point where i can change the kernel-version for all
>> > platforms? i dont think so...
>>
>> Take a look at some historical updates:
>> https://dev.openwrt.org/changeset/40467/
>
> hmmm, ok - i can do that for these platforms,
> but cannot test them (except ar71xx, mpc85xx, x86)
>
> user at server:~/openwrt$ grep ^'LINUX_VERSION:=3.10.' target/linux/*/Makefile
> target/linux/ar7/Makefile:LINUX_VERSION:=3.10.49
> target/linux/ar71xx/Makefile:LINUX_VERSION:=3.10.58
> target/linux/au1000/Makefile:LINUX_VERSION:=3.10.49
> target/linux/avr32/Makefile:LINUX_VERSION:=3.10.49
> target/linux/cns21xx/Makefile:LINUX_VERSION:=3.10.49
> target/linux/cns3xxx/Makefile:LINUX_VERSION:=3.10.49
> target/linux/gemini/Makefile:LINUX_VERSION:=3.10.49
> target/linux/ixp4xx/Makefile:LINUX_VERSION:=3.10.49
> target/linux/malta/Makefile:LINUX_VERSION:=3.10.49
> target/linux/mpc85xx/Makefile:LINUX_VERSION:=3.10.49
> target/linux/orion/Makefile:LINUX_VERSION:=3.10.49
> target/linux/ppc40x/Makefile:LINUX_VERSION:=3.10.49
> target/linux/ppc44x/Makefile:LINUX_VERSION:=3.10.49
> target/linux/realview/Makefile:LINUX_VERSION:=3.10.49
> target/linux/sparc/Makefile:LINUX_VERSION:=3.10.49
> target/linux/x86/Makefile:LINUX_VERSION:=3.10.49
> target/linux/xburst/Makefile:LINUX_VERSION:=3.10.49
>
> any hints how this "refresh patches" is working in an
> semi-automated way?
>

Patches tips&tricks collected here: http://wiki.openwrt.org/doc/devel/patches

In case you are asking how it works:
cd $BUILD_DIR
quilt pop -a
while is_any_patches_left; do
  quilt push
  quilt refresh
done

more details in include/quilt.mk

-- 
BR,
Sergey
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list