<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-02-16T00:42:57Z</updated>
<entry>
<title>luci-mod: js linting fixes / ES6 treatment</title>
<updated>2026-02-16T00:42:57Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-14T03:59:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=95b01600e323f5cd0ac5081025dacd30110838c2'/>
<id>urn:sha1:95b01600e323f5cd0ac5081025dacd30110838c2</id>
<content type='text'>
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: flash.js: fix mtdname on download</title>
<updated>2024-05-15T22:15:45Z</updated>
<author>
<name>Kristian Skramstad</name>
</author>
<published>2024-05-15T07:59:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c4eaea70c78e8a46f98047cbcff6326bfccafe3a'/>
<id>urn:sha1:c4eaea70c78e8a46f98047cbcff6326bfccafe3a</id>
<content type='text'>
The previous change did not work as intended for
partitions with _ in the name. I.e "0:qsee_1".
It would output an error "Invalid characters in filename".

So fix this by matching and replacing any
character except for a-z and 0-9 with "-".

Example "0:qsee_1" = I.e "0-qsee-1".

Signed-off-by: Kristian Skramstad &lt;kristian+github@83.no&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: flash.js: add mtdblock name to filename</title>
<updated>2024-05-14T12:37:51Z</updated>
<author>
<name>Kristian Skramstad</name>
</author>
<published>2024-05-12T18:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=08b8b1d0e3bd541d18b66f52b903371dfe38ca95'/>
<id>urn:sha1:08b8b1d0e3bd541d18b66f52b903371dfe38ca95</id>
<content type='text'>
When you download a partition, the name is hostname+mtdX.bin
and that can be confusing if you go back and try to remember
what mtdX was if you have 10+ partitions.

So let us add the partition name to the filename like:
hostname.mtdX.boot.bin
hostname.mtdX.firmware.bin

Note: If there is a better, easier and simpler way to do the
same thing, please let me know.

Signed-off-by: Kristian Skramstad &lt;kristian+github@83.no&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: hide unsupported option on flash.js</title>
<updated>2021-08-18T10:44:37Z</updated>
<author>
<name>Ansuel Smith</name>
</author>
<published>2021-08-18T09:42:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=82035eec6150fef1319e6fcec324124f82ada754'/>
<id>urn:sha1:82035eec6150fef1319e6fcec324124f82ada754</id>
<content type='text'>
Hide unsupported option when /rom is not used in flash.js

Signed-off-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: improve sysupgrade page</title>
<updated>2021-08-05T13:50:56Z</updated>
<author>
<name>Ansuel Smith</name>
</author>
<published>2021-01-29T18:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0f4f6e89f15aa1dac0bfd676cb8364ef0b6c6e1f'/>
<id>urn:sha1:0f4f6e89f15aa1dac0bfd676cb8364ef0b6c6e1f</id>
<content type='text'>
- Add missing -k and -u option from sysupgrade page.
- Fix missing check for image verification exit code
- Provide the actual reason of the image verification

Fixes: #4160

Signed-off-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: remove bogus btn class in flash.js</title>
<updated>2021-04-15T17:52:52Z</updated>
<author>
<name>Dirk Brenken</name>
</author>
<published>2021-04-14T12:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8c6a29a45cba64724bd726e52719eabbfa8528a6'/>
<id>urn:sha1:8c6a29a45cba64724bd726e52719eabbfa8528a6</id>
<content type='text'>
* fixes #4970
* sync translations

Signed-off-by: Dirk Brenken &lt;dev@brenken.org&gt;</content>
</entry>
<entry>
<title>luci-base: correct button name on flash page help text</title>
<updated>2021-01-12T17:13:52Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-01-12T17:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e2ac2e92b0de9f4be78b090ad7fc62a8df222b37'/>
<id>urn:sha1:e2ac2e92b0de9f4be78b090ad7fc62a8df222b37</id>
<content type='text'>
Correct the help text in the flash page to match the current
buttons. 'Continue' instead of "Proceed".

Adjust translations.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: ignore empty /proc/mtd on flash page</title>
<updated>2020-07-22T08:29:11Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-07-22T08:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d2d3738d9046339d6374a5957cb790d0d9d62456'/>
<id>urn:sha1:d2d3738d9046339d6374a5957cb790d0d9d62456</id>
<content type='text'>
A present, but empty /proc/mtd causes validation on the flash page to fail,
preventing any other operation.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: fix button disabled status</title>
<updated>2020-05-12T20:26:59Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-05-12T20:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=6e9b996c63a532f815dbc81866ec3b312adf8f2d'/>
<id>urn:sha1:6e9b996c63a532f815dbc81866ec3b312adf8f2d</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-mod-system: flash.js: make readonly on insufficient ACLs</title>
<updated>2020-04-16T13:35:13Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-16T13:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=684f7dd7dc21e61a73ecf20f9e6e158af39872a6'/>
<id>urn:sha1:684f7dd7dc21e61a73ecf20f9e6e158af39872a6</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
