<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/rmilecki/config, branch master</title>
<subtitle>Rafal Mileckis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/rmilecki/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/rmilecki/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/'/>
<updated>2021-02-28T23:59:21Z</updated>
<entry>
<title>treewide: fix spelling 'seperate' -&gt; 'separate'</title>
<updated>2021-02-28T23:59:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-02-28T23:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22'/>
<id>urn:sha1:ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22</id>
<content type='text'>
This popular spelling mistake was also introduced by myself lately.
Fix it everywhere.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>image: improve Kconfig for seperate ramdisk option</title>
<updated>2021-02-25T16:39:55Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-02-25T14:13:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=dc68af4a1312775f3aeade7c46786858725cfabe'/>
<id>urn:sha1:dc68af4a1312775f3aeade7c46786858725cfabe</id>
<content type='text'>
* show only if target supports it (ie. seperate_ramdisk feature set)
* select XZ compression by default of ramdisk is seperate

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>image: allow building FIT and uImage with ramdisk</title>
<updated>2021-02-24T01:35:20Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-02-21T14:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=330bd380e8b691833c8dcc9b579b51851cbd4b0f'/>
<id>urn:sha1:330bd380e8b691833c8dcc9b579b51851cbd4b0f</id>
<content type='text'>
Instead of embedding the initrd cpio archive into the kernel, allow
for having an external ramdisk added to the FIT or uImage.
This is useful to overcome kernel size limitations present in many
stock bootloaders, as the ramdisk is then loaded seperately and doesn't
add to the kernel size. Hence we can have larger ramdisks to host ie.
installers with all binaries to flash included (or a web-based
firmware selector).
In terms of performance and total size the differences are neglectible.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>build: make zstd initramfs selectable</title>
<updated>2021-02-16T19:02:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2020-10-23T09:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=299b8554183791b325e393c880d32360d7d72f73'/>
<id>urn:sha1:299b8554183791b325e393c880d32360d7d72f73</id>
<content type='text'>
fix typo in kernel initramfs zstd compression option

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: use SPDX license tags</title>
<updated>2021-02-05T13:54:47Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T02:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=a17b8eaa2e4b319b7069170398fe965786a813e9'/>
<id>urn:sha1:a17b8eaa2e4b319b7069170398fe965786a813e9</id>
<content type='text'>
The license folder is a core part of OpenWrt and all GPL-2.0 licensed.
Use SPDX license tags to allow machines to check licenses.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[rebase, keep some Copyright lines, sharpen commit message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>kernel: add defaults for new SELinux options</title>
<updated>2021-02-05T13:17:49Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-02-02T12:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=a21be2a70365363f5dd08efd6c629a254cc37170'/>
<id>urn:sha1:a21be2a70365363f5dd08efd6c629a254cc37170</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>config: drop CONFIG_KPROBE_EVENT unused since kernel 4.9</title>
<updated>2021-01-25T13:37:41Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2020-10-21T16:24:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=af20332dec3f1ac024cd240f33b065a1928cc6c2'/>
<id>urn:sha1:af20332dec3f1ac024cd240f33b065a1928cc6c2</id>
<content type='text'>
The config setting was renamed to CONFIG_KPROBE_EVENTS.

Fixes: 97d3f800a8 ("config: kernel: Add KPROBE_EVENTS config option)
Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>kernel: make lwtunnel support optional</title>
<updated>2021-01-15T08:38:39Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2021-01-14T15:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=412dc26c99beeeeace3e56321fc392e590f4144d'/>
<id>urn:sha1:412dc26c99beeeeace3e56321fc392e590f4144d</id>
<content type='text'>
Not everyone will want to bloat their kernel by 24 kiB for such a niche
feature.

Fixes: a1a7f3274e0ed27511d45f62ee20281d8d57c7af "kernel: enable SRv6 support by
enabling lwtunnel"

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: drop unneeded kernel version dependency</title>
<updated>2021-01-14T00:23:16Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2021-01-11T14:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=9afbf33b60a322d1d77fdaf50a4a33d82f2ba323'/>
<id>urn:sha1:9afbf33b60a322d1d77fdaf50a4a33d82f2ba323</id>
<content type='text'>
The current master only supports kernel 5.4, and there is no reason
to remove KERNEL_IO_URING for future kernels.

Drop the unneeded dependency.

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
[improve commit title/message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>kernel: enable SRv6 support by enabling lwtunnel</title>
<updated>2021-01-11T21:09:05Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2020-12-12T10:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=a1a7f3274e0ed27511d45f62ee20281d8d57c7af'/>
<id>urn:sha1:a1a7f3274e0ed27511d45f62ee20281d8d57c7af</id>
<content type='text'>
Enable the ability to use segment routing based on IPv6. It allows the
packet to specify a path that the packet should take through the
network.

Lwtunnel allow an easy encapsulation of a package. You can just install
ip-full package and use it:

  ip -6 route add  2003::/64 dev eth0 encap seg6 mode encap \
    segs 2001::1,2002::2

An IPv6 package looks like this:
  [IPv6 HDR][IPv6 RH][IPv6 HDR][Data...]

Netifd support:
  https://git.openwrt.org/?p=project/netifd.git;
     a=commit;h=458b1a7e9473c150a40cae5d8be174f4bb03bd39

Increases imagesize by 24.125 KiB. Therefore, only enable for devices
with enough flash.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
