<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/package, 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:50:39Z</updated>
<entry>
<title>ath10k-ct: reduce memory pressure</title>
<updated>2019-01-18T14:50:39Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2019-01-12T13:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=4e53299bd73223955b2ef127d3bb494f89309797'/>
<id>urn:sha1:4e53299bd73223955b2ef127d3bb494f89309797</id>
<content type='text'>
No-Signed-Off
</content>
</entry>
<entry>
<title>mbedtls: Kconfig option to enable/disable debug functions</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2019-01-03T23:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=7a93735f1ca0a1e3a802cdb3acc371d0b164b2e3'/>
<id>urn:sha1:7a93735f1ca0a1e3a802cdb3acc371d0b164b2e3</id>
<content type='text'>
This introduces a new Kconfig option to switch on/off mbedtls' support
for debug functions.

The idea behind is to inspect TLS traffic with Wireshark for debug
purposes. At the moment, there is no native or 'nice' support for
this, but at
https://github.com/Lekensteyn/mbedtls/commit/68aea15833e1ac9290b8f52a4223fb4585fb3986
an example implementation can be found which uses the debug functions
of the library. However, this requires to have this debug stuff enabled
in the library, but at the moment it is staticly patched out.

So this patch removes the static part from the configuration patch
and introduces a dynamic config file editing during build.

When enabled, this heavily increases the library size, so I added
a warning in the Kconfig help section.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>mtd: Fail when verify fails</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Michal Hrusecky</name>
</author>
<published>2018-10-25T10:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=83decad32582dbf57cb51e27e0b3d6b94196cfeb'/>
<id>urn:sha1:83decad32582dbf57cb51e27e0b3d6b94196cfeb</id>
<content type='text'>
Return non-zero exit code when mtd verify fails.

Signed-off-by: Michal Hrusecky &lt;michal.hrusecky@nic.cz&gt;
</content>
</entry>
<entry>
<title>busybox: enable swapon/off by default to make it consistent with mkswap</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Emil Muratov</name>
</author>
<published>2018-11-01T18:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=a28becd0f33bdc7fa0f90bae9e6e56775bdecba7'/>
<id>urn:sha1:a28becd0f33bdc7fa0f90bae9e6e56775bdecba7</id>
<content type='text'>
  No size increase on busybox binary.
  Since busybox mkswap is already enabled by default it seems reasonable
  to enable swapon/off too. For ex. this obsoletes installing block-mount
  dependency for zram-swap.

Signed-off-by: Emil Muratov &lt;gpm@hotplug.ru&gt;
</content>
</entry>
<entry>
<title>zram-swap: Add zram compaction and statistics info output</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Emil Muratov</name>
</author>
<published>2018-10-31T21:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=671a1ce6e6a049274dd0be35a0b885b69993ef16'/>
<id>urn:sha1:671a1ce6e6a049274dd0be35a0b885b69993ef16</id>
<content type='text'>
Executing '/etc/init.d/zram start' during runtime (with a swap being already
mounted) triggers zram device compaction and prints out nice stats info about
zram memory usage

Signed-off-by: Emil Muratov &lt;gpm@hotplug.ru&gt;
</content>
</entry>
<entry>
<title>zram-swap: Fix busybox dependency check</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Emil Muratov</name>
</author>
<published>2018-10-31T08:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=af7fc698c2171721542da9ac88909d862d616eb9'/>
<id>urn:sha1:af7fc698c2171721542da9ac88909d862d616eb9</id>
<content type='text'>
   - fix dependency on BUSYBOX_CONFIG_SWAPONOFF (removed in 84da2a6)
   - add busybox defaults checking (fix zram-swap always installs swap-utils
     and libblkid as dependency, even if busybox includes mkswap by default)

Signed-off-by: Emil Muratov &lt;gpm@hotplug.ru&gt;
</content>
</entry>
<entry>
<title>wireless-regdb: update to 2018-10-24</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Zachary Riedlshah</name>
</author>
<published>2018-11-04T10:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=b37b1abe2aecc05c77f93bc831c495c02e204015'/>
<id>urn:sha1:b37b1abe2aecc05c77f93bc831c495c02e204015</id>
<content type='text'>
Fixes build issues on a python3 host (issues with the print statement
formatting in the current build).

Includes 100-regdb-write-firmware-file-format-version-code-20.patch and
other fixes.

Closes bugs.openwrt.org/index.php?do=details&amp;task_id=1605.

Uses snapshot as requested.

Signed-off-by: Zachary Riedlshah &lt;git@zacharyrs.me&gt;
</content>
</entry>
<entry>
<title>kernel: dm: add dm-raid for LVM raid</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Chris Koying Browet</name>
</author>
<published>2018-12-27T12:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f0a533c7694b509235269a51196e0838d2a75784'/>
<id>urn:sha1:f0a533c7694b509235269a51196e0838d2a75784</id>
<content type='text'>
This adds the dm-raid kmod, which is needed for
LVM builtin raid configurations, aka "MD-over-LVM"

Signed-off-by: Chris "Koying" Browet &lt;cbro@semperpax.com&gt;
</content>
</entry>
<entry>
<title>kernel: add kmod-usb-gadget-cdc-composite</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Karl Pálsson</name>
</author>
<published>2018-12-20T09:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e47634a0df921534c756413a5592bb0e362843de'/>
<id>urn:sha1:e47634a0df921534c756413a5592bb0e362843de</id>
<content type='text'>
This builds the "g_cdc" gadget module, providing ethernet+serial.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>ipq806x: R7800: mtd-mac-address test</title>
<updated>2019-01-18T14:50:38Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2018-12-15T09:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=207e6b0bddeb3adc55b2b83da8ebd9af6d90b51e'/>
<id>urn:sha1:207e6b0bddeb3adc55b2b83da8ebd9af6d90b51e</id>
<content type='text'>
</content>
</entry>
</feed>
