<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/package/base-files, branch v19.07.9</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.9</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.9'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2022-02-17T18:43:34Z</updated>
<entry>
<title>OpenWrt v19.07.9: adjust config defaults</title>
<updated>2022-02-17T18:43:34Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-02-17T18:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=106382c27c256b952e4b79d538e0e57bbd11ef93'/>
<id>urn:sha1:106382c27c256b952e4b79d538e0e57bbd11ef93</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v19.07.8: revert to branch defaults</title>
<updated>2021-08-01T16:46:20Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-01T16:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=cfc1602a1e4e013959997d15bcfa89583e9ae53f'/>
<id>urn:sha1:cfc1602a1e4e013959997d15bcfa89583e9ae53f</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v19.07.8: adjust config defaults</title>
<updated>2021-08-01T16:45:59Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-01T16:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=31f2f76cd5d7745e28fae3797d79b746360461f5'/>
<id>urn:sha1:31f2f76cd5d7745e28fae3797d79b746360461f5</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>base-files: fix /tmp/TZ when zoneinfo not installed</title>
<updated>2021-06-26T00:56:48Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-06-24T17:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=71fa524e1bef2b266d9ed3ee94c2b7ff9d8e59b0'/>
<id>urn:sha1:71fa524e1bef2b266d9ed3ee94c2b7ff9d8e59b0</id>
<content type='text'>
The zoneinfo packages are not installed per default so neither
/tmp/localtime nor /tmp/TZ is generated.

This patch mostly reverts the previous fix and instead incooperates a
solution suggested by Jo.

Fixes "base-files: fix zoneinfo support " 8af62ed

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
(cherry picked from commit 56bdb6bb9781f8a0bbec5fc3075b9d2b8d12f9a8)
</content>
</entry>
<entry>
<title>base-files: fix zoneinfo support</title>
<updated>2021-06-24T01:44:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-10T00:22:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c88bdb8294a73e0eaa3cd86e843564a8244b333c'/>
<id>urn:sha1:c88bdb8294a73e0eaa3cd86e843564a8244b333c</id>
<content type='text'>
The system init script currently sets /tmp/localinfo when zoneinfo is
populated. However, zoneinfo has spaces in it whereas the actual files
have _ instead of spaces. This made the if condition never return true.

Example failure when removing the if condition:

/tmp/localtime -&gt; /usr/share/zoneinfo/America/Los Angeles

This file does not exist. America/Los_Angeles does.

Ran through shfmt -w -ci -bn -sr -s

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
(cherry picked from commit 8af62ede189aa504135db05474d34c9f8a1ed35d)
</content>
</entry>
<entry>
<title>Revert "base-files: source functions.sh in /lib/functions/system.sh"</title>
<updated>2021-03-01T21:33:20Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2021-03-01T21:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=a5672f6b96f393145070ad17c8eb1d15ef49ad2e'/>
<id>urn:sha1:a5672f6b96f393145070ad17c8eb1d15ef49ad2e</id>
<content type='text'>
This reverts commit 86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f.

The reverted commit introduced a cyclic dependency between
/lib/functions.sh and /lib/functions/system.sh. Further details
are found in 282e8173509a ("base-files: do not source system.sh
in functions.sh"), which was applied to master some time ago and
is included in 21.02.

With the current age of 19.07 branch, it seems safer to revert this
mostly cosmetic feature than investing further time into disentangling
the dependencies.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>base-files: source functions.sh in /lib/functions/system.sh</title>
<updated>2021-02-24T17:05:02Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2020-03-13T15:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f'/>
<id>urn:sha1:86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f</id>
<content type='text'>
The file /lib/functions/system.sh depends on find_mtd_index() and
find_mtd_part() located in /lib/function.sh, so let's source that
file.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
(backported from commit ae636effd24a7637cefca58a143063f395c82d05)
</content>
</entry>
<entry>
<title>OpenWrt v19.07.7: revert to branch defaults</title>
<updated>2021-02-16T22:30:33Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-02-16T22:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f44153038e338d9de07a2ab1693d5be4dfdf75e0'/>
<id>urn:sha1:f44153038e338d9de07a2ab1693d5be4dfdf75e0</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v19.07.7: adjust config defaults</title>
<updated>2021-02-16T22:30:28Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-02-16T22:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d5ae5658730a82312a20e68220f92f611b11d094'/>
<id>urn:sha1:d5ae5658730a82312a20e68220f92f611b11d094</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v19.07.6: revert to branch defaults</title>
<updated>2021-01-19T14:12:28Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-01-19T14:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=6fc02f2a45e151ce16677d6131251af86ab4fc06'/>
<id>urn:sha1:6fc02f2a45e151ce16677d6131251af86ab4fc06</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
