<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/config, branch state</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2019-01-18T14:48:58Z</updated>
<entry>
<title>brcm2708: boot-part feature integration</title>
<updated>2019-01-18T14:48:58Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2018-12-27T20:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=a72fbd1c92066b3b9664937e45d16555030e008d'/>
<id>urn:sha1:a72fbd1c92066b3b9664937e45d16555030e008d</id>
<content type='text'>
This patch adds the boot-part feature which enables the brcm2708
target move from the custom boot partition size config option to
the generic CONFIG_TARGET_KERNEL_PARTSIZE.

Note:
For people using custom images: Just like with
CONFIG_TARGET_ROOTFS_PARTSIZE changing the value
can cause sysupgrade to repartition the device!
Make sure to have a backup in this case.

Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>apm821xx: sata: boot-part feature integration</title>
<updated>2019-01-01T15:39:59Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2018-12-27T18:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=257de1b01f985a96a08ba26f2feb5cffec89b911'/>
<id>urn:sha1:257de1b01f985a96a08ba26f2feb5cffec89b911</id>
<content type='text'>
This patch adds the boot-part feature to the apm82181 sata target.
This makes it possible to configure the boot partition size with
the generic CONFIG_TARGET_KERNEL_PARTSIZE symbol.

Please note: For people using custom images: Just like with
CONFIG_TARGET_ROOTFS_PARTSIZE changing the value can cause
sysupgrade to repartition the device!

Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: Fix KERNEL_STACKPROTECTOR on kernel 4.19</title>
<updated>2018-12-26T16:32:48Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-12-18T17:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e790227553c057d38064e720add92b3bee42ecf2'/>
<id>urn:sha1:e790227553c057d38064e720add92b3bee42ecf2</id>
<content type='text'>
The configuration option was renamed with kernel 4.19 from
CONFIG_CC_STACKPROTECTOR to CONFIG_STACKPROTECTOR adapt the code to set
both options.

CONFIG_STACKPROTECTOR now sets the regular stack protector and
CONFIG_STACKPROTECTOR_STRONG activates the additional protection of more
functions.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>sunxi: fix build without ext4 rootfs</title>
<updated>2018-09-29T15:23:11Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2018-09-24T13:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=7b76219e157ba3aafa7bcdcac2dd7fef9e9623d9'/>
<id>urn:sha1:7b76219e157ba3aafa7bcdcac2dd7fef9e9623d9</id>
<content type='text'>
The sdcard image generation uses CONFIG_TARGET_ROOTFS_PARTSIZE, which is
currently bound to TARGET_ROOTFS_EXT4FS on this target.

Since the rootfs is squashfs anyway, allow deselecting of the ext4fs
one.

Sort the target list alphabetically while here.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&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/chunkeey/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>x86: add support to set GRUB menu entry title</title>
<updated>2018-07-30T13:55:21Z</updated>
<author>
<name>Kjel Delaey</name>
</author>
<published>2018-06-05T13:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=8492ad0cc183550137ea5afadcbebbfb4fd68fed'/>
<id>urn:sha1:8492ad0cc183550137ea5afadcbebbfb4fd68fed</id>
<content type='text'>
$ make menuconfig

        Target Images -&gt; Title for the menu entry in GRUB

Signed-off-by: Kjel Delaey &lt;kjel_delaey@hotmail.com&gt;
</content>
</entry>
<entry>
<title>config: extend small_flash feature</title>
<updated>2018-07-12T16:15:33Z</updated>
<author>
<name>Alex Maclean</name>
</author>
<published>2018-07-09T17:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=11d6547455e848efb4fac0b983a07b11be5caf25'/>
<id>urn:sha1:11d6547455e848efb4fac0b983a07b11be5caf25</id>
<content type='text'>
Extend the small_flash feature to disable swap, core dumps, and
kernel debug info, and change the squashfs block size to 1024KiB.

Also change squashfs fragment cache to 2 for small_flash to ease memory
usage.

Signed-off-by: Alex Maclean &lt;monkeh@monkeh.net&gt;
</content>
</entry>
<entry>
<title>kernel: only optimized for size if small_flash</title>
<updated>2018-07-12T16:15:32Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2018-07-09T18:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=cf7154db07c0b8746be290c9e11dcab3c91d237e'/>
<id>urn:sha1:cf7154db07c0b8746be290c9e11dcab3c91d237e</id>
<content type='text'>
Add a new config option to allow to select the default compile
optimization level for the kernel.

Select the optimization for size by default if the small_flash feature is
set. Otherwise "Optimize for performance" is set.

Add the small_flash feature flag to all (sub)targets which had the
optimization for size in their default kernel config.

Remove CC_OPTIMIZE_FOR_* symbols from all kernel configs to apply the new
setting.

Exceptions to the above are:

  - lantiq, where the optimization for size is only required for the
    xway_legacy subtarget but was set for the whole target
  - mediatek, ramips/mt7620 &amp; ramips/mt76x8 where boards should have
    plenty of space and an optimization for size doesn't make much sense
  - rb532, which has 128MByte flash

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>config: add config option for KERNEL_TASKSTATS</title>
<updated>2018-07-07T16:33:57Z</updated>
<author>
<name>Jeremiah McConnell</name>
</author>
<published>2018-06-20T05:35:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=206fbbfec2d0cc40266674e93e7e01e307847a6d'/>
<id>urn:sha1:206fbbfec2d0cc40266674e93e7e01e307847a6d</id>
<content type='text'>
In order for monitoring tools such as atop and htop to track and report
i/o data, kernel support for task statistics and io accounting is
required.

Add a config option to enable building this support in the kernel.

Signed-off-by: Jeremiah McConnell &lt;miah@miah.com&gt;
</content>
</entry>
<entry>
<title>config: fix ARM64 dependency check</title>
<updated>2018-02-10T19:16:39Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-02-05T21:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=fc166931fae87be0f98ea9e0c74b0f33ddd11113'/>
<id>urn:sha1:fc166931fae87be0f98ea9e0c74b0f33ddd11113</id>
<content type='text'>
The ARM64 CPUs use aarch64 config symbol, fix the depends lines.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
