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>
]]--
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"))