<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/luci-base/root/etc/config, 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-07-19T07:38:58Z</updated>
<entry>
<title>luci-base: add missing pollinterval option to config</title>
<updated>2026-07-19T07:38:58Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-07-13T13:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=51df0fe187b1394805e381b5b62c1316c51dfbc5'/>
<id>urn:sha1:51df0fe187b1394805e381b5b62c1316c51dfbc5</id>
<content type='text'>
Include 'option pollinterval' to config file, as it is otherwise
undocumented and very difficult to discover.

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-base: clean up config</title>
<updated>2026-07-19T07:38:58Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-07-11T18:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=45acfe0fe7f6fb5a07791521799d0e13f93d4295'/>
<id>urn:sha1:45acfe0fe7f6fb5a07791521799d0e13f93d4295</id>
<content type='text'>
Run file through 'uci export' to fix all whitespace and quoting,
making it easier to diff with installed config.

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-base: clean up unused legacy 'flash_keep' section from config</title>
<updated>2026-07-03T15:28:21Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-06-29T00:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=45b36402ec438268fcf37d2072cfa557dd6205ef'/>
<id>urn:sha1:45b36402ec438268fcf37d2072cfa557dd6205ef</id>
<content type='text'>
Remove the long obsolete 'flash_keep' section of LuCI's main config
file that has no users (and maybe never did).

Fixes: #8750
Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-base: use json for ucitrack instead of uci</title>
<updated>2024-04-11T13:49:44Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2024-04-10T15:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a55b601f3747392947cdd9894c2e63f609d0bb4f'/>
<id>urn:sha1:a55b601f3747392947cdd9894c2e63f609d0bb4f</id>
<content type='text'>
The 'ucitrack' configuration under '/etc/config' defines which service must
be restarted on a LuCI change. This uci file defines how all this works
together. Additionally there are 'uci-defaults' scripts in the various
applications that add additional configurations parameters to this ucitrack
file if a service must be reloaded/restarted on a LuCI change.

There are some problems with the current implementation:

* The uci should be used to configure the system and not for this kind of
  reload/restart dependency handling on LuCI changes.
* On a system update with configuration restore of the 'ucitrack' file
  the new behavior on LuCI reload/restart could not take into account
  because the new file is *not* used.

This commit converts the handling from uci to json.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-base: remove deprecated radvd from ucitrack</title>
<updated>2021-02-13T10:20:57Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-02-13T10:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ccdca27a7211255160a13c194afce4fb70fd0a9c'/>
<id>urn:sha1:ccdca27a7211255160a13c194afce4fb70fd0a9c</id>
<content type='text'>
Cleanup /etc/config/ucitrack by removing 'radvd' affect item
from network, as the radvd package has deprecated by odhcpd
and odhcp6c in 2014.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-base: ensure that ubus path uses trailing slash</title>
<updated>2020-03-13T22:57:19Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-03-13T22:57:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=38289bc97512e758e5a20f348dc13d5018f98188'/>
<id>urn:sha1:38289bc97512e758e5a20f348dc13d5018f98188</id>
<content type='text'>
Without the trailing slash, probing endpoint availability will fail.

Fixes: 529bde440 ("luci-base: make rpc webserver path configurable")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-base: extend rollback timeout to 90 seconds</title>
<updated>2020-02-13T18:26:33Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-02-13T18:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=81cf99a50706a75a2259296e4aab3f7b3bf5d54e'/>
<id>urn:sha1:81cf99a50706a75a2259296e4aab3f7b3bf5d54e</id>
<content type='text'>
Ref: #3628
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-base: make rpc webserver path configurable</title>
<updated>2020-01-16T14:16:09Z</updated>
<author>
<name>Ansuel Smith</name>
</author>
<published>2020-01-16T14:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=529bde44081d0bc07a064e9dfb1f0b3f35e61061'/>
<id>urn:sha1:529bde44081d0bc07a064e9dfb1f0b3f35e61061</id>
<content type='text'>
Currently the ubus path that provide the webserver is hardcoded to be /ubus.
Change this to make it configurable from the luci config file.

Signed-off-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #952 from cshore-history/pull-request-fstab-avoid-block-umount-on-apply</title>
<updated>2018-07-16T20:12:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-07-16T20:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=f4dd2e6dfbc97769ff6eb4cc648f91e28e6b5603'/>
<id>urn:sha1:f4dd2e6dfbc97769ff6eb4cc648f91e28e6b5603</id>
<content type='text'>
luci-base: Avoid block umount on fstab apply</content>
</entry>
<entry>
<title>Merge pull request #1769 from jow-/master</title>
<updated>2018-05-18T14:44:33Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-05-18T14:44:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=828202ef5237f48e6f53d15ca198e2c6815b7cd7'/>
<id>urn:sha1:828202ef5237f48e6f53d15ca198e2c6815b7cd7</id>
<content type='text'>
UCI apply/rollback workflow</content>
</entry>
</feed>
