<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jow/package/base-files, branch main</title>
<subtitle>Staging tree of Jo-Philipp Wich</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jow/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jow/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/'/>
<updated>2025-01-04T15:20:46Z</updated>
<entry>
<title>base-files: strip space and tab characters from ASCII mac address</title>
<updated>2025-01-04T15:20:46Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2024-12-16T07:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=551e04f3c9c063d885ca7a91db36f27f684a3a5c'/>
<id>urn:sha1:551e04f3c9c063d885ca7a91db36f27f684a3a5c</id>
<content type='text'>
Spaces and tabs are widely used in variable definitions. We have to
remove them to ensure that get_mac_ascii() works properly.

Signed-off-by: Shiji Yang &lt;yangshiji66@qq.com&gt;
Link: https://github.com/openwrt/openwrt/pull/17262
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>base-files: enable get_mac_ascii() to handle redundant strings</title>
<updated>2025-01-04T15:20:46Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2024-12-13T05:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=3410ad2f40c085e5db7a71f6ae4b80734826a1e3'/>
<id>urn:sha1:3410ad2f40c085e5db7a71f6ae4b80734826a1e3</id>
<content type='text'>
The function get_mac_ascii() will fail when there are two or more
same MAC address variable names in the mtd partition. Only retain
the first variable to workaround this rare situation.

Fixes: https://github.com/openwrt/openwrt/issues/17236
Signed-off-by: Shiji Yang &lt;yangshiji66@qq.com&gt;
Link: https://github.com/openwrt/openwrt/pull/17262
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>base-files: sysupgrade: add saving list of installed packages for APK</title>
<updated>2024-12-28T09:59:50Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-11-30T12:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=cee18af7049c32713a5ada5196d8ad238ee837fb'/>
<id>urn:sha1:cee18af7049c32713a5ada5196d8ad238ee837fb</id>
<content type='text'>
Add support for saving list of installed packages for APK in the same way
we do it for OPKG.

Unlike OPKG, we dont generate .control files for packages so lets use .list
files instead.

Fixes: #16947
Link: https://github.com/openwrt/openwrt/pull/17123
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>procd: do not overwrite service data by default</title>
<updated>2024-12-17T20:54:54Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2024-12-17T20:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=8c5826b140b6288b9270d232ecda0d540e380d4e'/>
<id>urn:sha1:8c5826b140b6288b9270d232ecda0d540e380d4e</id>
<content type='text'>
Allows a running servie to manage its own data if untouched by the init script

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>base-files: fix shell scope error for the default LED brightness</title>
<updated>2024-12-14T18:51:50Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2024-12-14T10:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=3c7134fa320b823ab7c5f91dd1ad948491d97478'/>
<id>urn:sha1:3c7134fa320b823ab7c5f91dd1ad948491d97478</id>
<content type='text'>
This fixes "sh: write error: Invalid argument" for all default!=1 LEDs
as an empty $brightness was used.

Setting up LEDs via luci also now works again.

Fixes cbdfd03e: "base-files: add option to set LED brightness"
Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/issues/17269
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>base-files: fix luci TZ default show zonename</title>
<updated>2024-12-12T18:54:09Z</updated>
<author>
<name>Jiale Liu</name>
</author>
<published>2024-04-14T16:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=4a083833399077f54e8ff40a49d688d4c5c9e762'/>
<id>urn:sha1:4a083833399077f54e8ff40a49d688d4c5c9e762</id>
<content type='text'>
fix default timezone to correct GMT0,
origin value 'UTC' is zonename, not timezone.

Signed-off-by: Jiale Liu &lt;admin@licsber.site&gt;

Link: https://github.com/openwrt/openwrt/pull/15128
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>base-files: fix cleanup after settings restore</title>
<updated>2024-12-12T10:01:56Z</updated>
<author>
<name>Rodrigo Balerdi</name>
</author>
<published>2024-04-30T11:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=06c2d5524c0d162ac2af5e55b03e217fcb882cf7'/>
<id>urn:sha1:06c2d5524c0d162ac2af5e55b03e217fcb882cf7</id>
<content type='text'>
Some devices use file '/tmp/sysupgrade.tar' during settings restore and
this potentially big file was not being cleaned up from RAM afterwards.

See: do_mount_root() (base-files/files/lib/preinit/80_mount_root)

Signed-off-by: Rodrigo Balerdi &lt;lanchon@gmail.com&gt;

Link: https://github.com/openwrt/openwrt/pull/15339
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>base-files: add option to set LED brightness</title>
<updated>2024-12-12T08:46:38Z</updated>
<author>
<name>Paweł Owoc</name>
</author>
<published>2024-12-06T16:11:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=cbdfd03e42f5619127d357eaba48b77f62628654'/>
<id>urn:sha1:cbdfd03e42f5619127d357eaba48b77f62628654</id>
<content type='text'>
Add option to set LED brightness via uci:

config led 'led_blue'
        option name 'blue'
        option sysfs 'blue:status'
        option brightness '1'

Signed-off-by: Paweł Owoc &lt;frut3k7@gmail.com&gt;

Link: https://github.com/openwrt/openwrt/pull/17190
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>fstools: update to latest HEAD</title>
<updated>2024-12-02T13:43:09Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2024-11-05T08:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=83491965715eea103c9386494e2643ba644ad248'/>
<id>urn:sha1:83491965715eea103c9386494e2643ba644ad248</id>
<content type='text'>
Rename jffs2reset to factoryreset. Convert all scripts to using the new command
line. Print a deprecation notice when jffs2reset is invoked.

49d36ba jffs2reset: rename to factoryreset
b135064 jffs2reset: print deprecation message

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>base-files: allow forcing all LEDs to on/off/blink state</title>
<updated>2024-12-02T12:55:36Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2024-02-09T17:10:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=1af15e8a2bf4d7ddd87d5f397064a5802eca5d67'/>
<id>urn:sha1:1af15e8a2bf4d7ddd87d5f397064a5802eca5d67</id>
<content type='text'>
* add a UCI option to disable all LEDs.
* add an init.d parameter to blink all LEDs
* add on/off parameters to init.d

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