luci-app-lxc: remove obsolete note about enabling kernel features
authorDaniel Golle <daniel@makrotopia.org>
Sat, 19 Oct 2019 09:32:25 +0000 (11:32 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 15 Nov 2019 22:14:42 +0000 (23:14 +0100)
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>
applications/luci-app-lxc/luasrc/model/cbi/lxc.lua

index db7d19eb26d0f3b153be6505286e641958b82fdd..2987fced130244704f33f73a2ddd9e411bc7a585 100644 (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"))