<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/package/system, 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:38Z</updated>
<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>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>fstools: update to the latest master branch</title>
<updated>2019-01-02T06:21:39Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2019-01-02T06:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=5c4277ec376541b10f1acbea734aa29900eb5722'/>
<id>urn:sha1:5c4277ec376541b10f1acbea734aa29900eb5722</id>
<content type='text'>
This is a big block(d) cleanup with new feature of generating "mount"
hotplug.d events.

It's an important update for those who were using mountd in the
pre-18.06 releases. Due to the mountd being replaced with blockd a
support for "mountd" hotplug.d events has been lost. It broke all kind
of shell scripts that were e.g. managing services depending on an
external USB drive availability.

This basically (re-)adds support for calling /etc/hotplug.d/mount/
scripts with ACTION ("add" or "remove") and DEVICE set.

af93f4b block(d): improve hotplug.d "mount" events for the autofs
3bb3352 blockd: unmount device explicitly when it disappears
28753b3 block: remove target directory after unmounting
c8c7ca5 block: cleanup handling "start" action of the "autofs" command
f1bb762 block: make blockd_notify() return an int instead of void
71c2bde block: generate hotplug.d mount events
30f5096 block: validate amount of arguments for the "autofs" command
dc6a462 blockd: don't reparse blob msg in the vlist callbacks
f6a9686 blockd: don't unmount device when removing it from the list
1913fea block: don't duplicate unmounting code in the mount_action()
6b445fa block: make umount_device() function more generic
a778468 block: don't duplicate mounting code in the mount_device()
5dc631d block: simplify code picking mount target directory
2971779 block: move blockd_notify() call out of the conditional blocks
b86bd6e block: fix formatting &amp; indent in the mount_device()
e12c0d6 fstools: use EXIT_FAILURE when indicating error on exit
091aa3d fstools: guard usage of WEXITSTATUS

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>opkg: drop argument from check_signature in opkg.conf</title>
<updated>2018-12-30T12:25:58Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2018-09-10T09:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d3bf5ff9bc7b55b2a3dab93853b33a0cd2c4ca47'/>
<id>urn:sha1:d3bf5ff9bc7b55b2a3dab93853b33a0cd2c4ca47</id>
<content type='text'>
check_signature is a bool option and doesn't take any arguments. The
presence of the 1 falsely suggests setting it to 0 disables the check,
while the option actually needs to be removed or commented out to be
disabled. So remove the argument to make it more clear.

Fixes: beca028bd6bb ("build: add integration for managing opkg package feed keys")
Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
</content>
</entry>
<entry>
<title>ubox: bump to git HEAD</title>
<updated>2018-12-18T21:17:39Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2018-12-18T21:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=b209e2b3b0aeda4f340a058e8af37114aa10dcf1'/>
<id>urn:sha1:b209e2b3b0aeda4f340a058e8af37114aa10dcf1</id>
<content type='text'>
876c7f5 kmodloader: load_modprobe: abort after 2 attempts

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>rpcd: update to latest Git head</title>
<updated>2018-12-12T15:33:54Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-12-12T15:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e533fb17061027dca2cc60a9555fc2edb9e832eb'/>
<id>urn:sha1:e533fb17061027dca2cc60a9555fc2edb9e832eb</id>
<content type='text'>
3aa81d0 file: access exec timeout via daemon ops structure
7235f34 plugin: store pointer to exec timeout value in the ops structure
ccd7c0a treewide: rename exec_timeout to rpc_exec_timeout

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>procd: update to latest git HEAD</title>
<updated>2018-11-23T14:27:35Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-11-23T14:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c19f1a8665774b8402f61c786b8993891aa0f124'/>
<id>urn:sha1:c19f1a8665774b8402f61c786b8993891aa0f124</id>
<content type='text'>
d667354 early: set /tmp permissions explicitly

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcd: update to latest Git head</title>
<updated>2018-11-22T15:30:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-11-22T15:29:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=952b11766cd83898cf8f9626b75141eac6d4ad1a'/>
<id>urn:sha1:952b11766cd83898cf8f9626b75141eac6d4ad1a</id>
<content type='text'>
c79ef22 main: fix logic bug when not specifying a timeout option

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>rpcd: update to latest Git head</title>
<updated>2018-11-22T13:43:36Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-11-22T13:42:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=41055551151e12abf8efe710efa4dc025a7b7b6a'/>
<id>urn:sha1:41055551151e12abf8efe710efa4dc025a7b7b6a</id>
<content type='text'>
2cc4b99 file: use global exec timeout instead of own hardcoded limit
ecd1660 exec: increase maximum execution time to 120s

Also expose the socket and timeout options in /etc/config/rpcd for
easier use.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
