<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/target/Config.in, branch v21.02.2</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.2</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.2'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2020-09-25T17:32:33Z</updated>
<entry>
<title>build: define PWM_SUPPORT arch feature flag</title>
<updated>2020-09-25T17:32:33Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2020-08-29T21:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f6fbc397066e57d180aebc62e6bf52464d06bd76'/>
<id>urn:sha1:f6fbc397066e57d180aebc62e6bf52464d06bd76</id>
<content type='text'>
As the PWM has its own sub-system in the Linux kernel,
I think it should be handled in the same way as GPIO, RTC, PCI...

This patch introduces a specific feature flag "pwm" and the
"leds-pwm" kernel module as the first customer.

Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: define RTC_SUPPORT as a bool</title>
<updated>2020-04-09T10:51:10Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-07T20:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=ccad1d681782fdebaea3631fa623653c2188185a'/>
<id>urn:sha1:ccad1d681782fdebaea3631fa623653c2188185a</id>
<content type='text'>
Currently, RTC_SUPPORT is defined as a tristate, with 'depends on m',
which is supposed to only let it be set to 'm' or 'n'.  However,
scripts/target-metadata.pl will 'select' it, or setting it to 'y', which
defeats it's 'depends on m' restriction.  The users of the symbol are
not expecting it to be necessarily 'm' either, so we can safely use it
as bool.

Newer versions of Linux 'conf' will issue a warning when it detects such
unmet dependencies, and will set it to 'n' instead of 'y', as the
current version does.  In all cases, 'm' is never used.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add a config option for enabling a testing version of the target kernel</title>
<updated>2019-05-11T09:37:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-04-27T17:13:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=85017c40f4efce11edd77e0caac14aed0fd690eb'/>
<id>urn:sha1:85017c40f4efce11edd77e0caac14aed0fd690eb</id>
<content type='text'>
If the target supports a newer kernel version that is not used by default
yet, it can be enabled with this option

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: add support for enabling the rootfs/boot partition size option via target feature</title>
<updated>2018-09-03T10:06:24Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-08-26T17:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=00f030a9c67c551e675364d73234a4cba273b420'/>
<id>urn:sha1:00f030a9c67c551e675364d73234a4cba273b420</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>config: set ARCH if powerpc64 is selected in the configuration</title>
<updated>2017-10-24T11:24:04Z</updated>
<author>
<name>Florian Larysch</name>
</author>
<published>2016-11-03T12:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=7ea6261b4344bde08be0e72ab018f772e8d25da2'/>
<id>urn:sha1:7ea6261b4344bde08be0e72ab018f772e8d25da2</id>
<content type='text'>
Signed-off-by: Florian Larysch &lt;fl@n621.de&gt;
</content>
</entry>
<entry>
<title>kernel: allow selecting RTC drivers on targets without explicit RTC support</title>
<updated>2017-05-02T12:33:58Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-04-12T07:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5afe9a054cbcb1630a42200f3ac799432522a87d'/>
<id>urn:sha1:5afe9a054cbcb1630a42200f3ac799432522a87d</id>
<content type='text'>
Keep them disabled by default to avoid pulling in extra kernel bloat

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>kernel: add plan 9 fs package</title>
<updated>2016-08-11T08:45:33Z</updated>
<author>
<name>Matteo Croce</name>
</author>
<published>2016-06-22T13:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=1645abffea2785653de27d92ba0e977d1f32a538'/>
<id>urn:sha1:1645abffea2785653de27d92ba0e977d1f32a538</id>
<content type='text'>
9pfs is used by kvm to share files between host and guest,
add proper config option to enable it.

Signed-off-by: Matteo Croce &lt;matteo.croce@canonical.com&gt;
</content>
</entry>
<entry>
<title>target.mk: rework arm architecture level detection</title>
<updated>2016-07-15T12:14:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-14T13:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=11d496d1562084d4cdd5822d5ef8fc8c176233ea'/>
<id>urn:sha1:11d496d1562084d4cdd5822d5ef8fc8c176233ea</id>
<content type='text'>
Use kernel config as input instead of -march CFLAGS.
With this change, -march can be dropped and replaced with more specific
optimization flags for better code generation.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: add kernel2minor utility for Mikrotik devices</title>
<updated>2016-07-05T20:59:14Z</updated>
<author>
<name>Sergey Sergeev</name>
</author>
<published>2016-06-28T11:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=17ee6bb8f344dd1db027186de272badb6ba2020b'/>
<id>urn:sha1:17ee6bb8f344dd1db027186de272badb6ba2020b</id>
<content type='text'>
This patch adds support of Mikrotik yaffs2 filesystem image for kernel file
and tools/kernel2minor package.
We neede this to boot kernel through RouterBoot on new Mikrotik NOR flash devices.

Signed-off-by: Sergey Sergeev &lt;adron@yapic.net&gt;
</content>
</entry>
<entry>
<title>config: add a small_flash feature</title>
<updated>2016-06-13T20:51:43Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-06-13T19:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=30acacb0afc6255ae68bc4f3ae4365a8ec46f353'/>
<id>urn:sha1:30acacb0afc6255ae68bc4f3ae4365a8ec46f353</id>
<content type='text'>
this causes KALLSYMS to be off by default

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
</feed>
