luci-app-lxc: remove obsolete note about enabling kernel features

Since commit openwrt/openwrt@fcb41decf6 ("config: enable some useful
features on !SMALL_FLASH devices") LXC related features are enabled by
default.
Hence remove note stating that a custom image is required for LXC.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2019-10-19 11:32:25 +02:00
parent b3ef7a17ea
commit 9740604eef
No known key found for this signature in database
GPG key ID: DD8D36F0A710502F

View file

@ -15,8 +15,8 @@ Author: Petar Koretic <petar.koretic@sartura.hr>
]]--
m = Map("lxc", translate("LXC Containers"),
translate("<b>Please note:</b> For LXC Containers you need a custom OpenWrt image.<br />")
.. translate("The image should include at least support for 'kernel cgroups', 'kernel namespaces' and 'miscellaneous LXC related options' plus 'kmod-veth' for optional network support."))
translate("<b>Please note:</b> LXC Containers require features not available on OpenWrt images for devices with small flash.<br />")
.. translate("Also you may want to install 'kmod-veth' for optional network support."))
m:section(SimpleSection).template = "lxc"
s = m:section(TypedSection, "lxc", translate("Options"))