diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2021-02-13 12:20:57 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-02-13 12:20:57 +0200 |
commit | ccdca27a7211255160a13c194afce4fb70fd0a9c (patch) | |
tree | 415b9ba90a4e3fd0432ef5e4f05fbc49eaa6b127 /modules/luci-base/root | |
parent | 3080af245a8f3d6ec2d2fceb414d483982a9b51b (diff) |
luci-base: remove deprecated radvd from ucitrack
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-base/root')
-rw-r--r-- | modules/luci-base/root/etc/config/ucitrack | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/root/etc/config/ucitrack b/modules/luci-base/root/etc/config/ucitrack index e63986630c..bb4cdbc3c4 100644 --- a/modules/luci-base/root/etc/config/ucitrack +++ b/modules/luci-base/root/etc/config/ucitrack @@ -1,7 +1,6 @@ config network option init network list affects dhcp - list affects radvd config wireless list affects network @@ -54,3 +53,4 @@ config samba config tinyproxy option init tinyproxy + |