From 4e46c7931289ccc1aa145013f260afcb15e5dbd8 Mon Sep 17 00:00:00 2001 From: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu> Date: Wed, 30 Jun 2021 12:29:43 +0200 Subject: [PATCH] iopsys-econet: Add lxc and squashfs userspace packages Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu> --- iopsys-econet/config/config | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/iopsys-econet/config/config b/iopsys-econet/config/config index dd4d24371..3ba680f41 100644 --- a/iopsys-econet/config/config +++ b/iopsys-econet/config/config @@ -369,3 +369,56 @@ CONFIG_PACKAGE_asterisk-util-astcanary=y # CONFIG_PACKAGE_siproxd is not set # CONFIG_PACKAGE_yate is not set # end of Telephony + +# Extra packages +CONFIG_BUSYBOX_CUSTOM=y +CONFIG_BUSYBOX_CONFIG_XZ=y + + +CONFIG_LXC_BUSYBOX_OPTIONS=y +CONFIG_LXC_KERNEL_OPTIONS=y +CONFIG_LXC_NETWORKING=y +CONFIG_LXC_SECCOMP=y +CONFIG_PACKAGE_liblxc=y +CONFIG_PACKAGE_liblz4=y +CONFIG_PACKAGE_liblzma=y +CONFIG_PACKAGE_liblzo=y +CONFIG_PACKAGE_lxc=y +CONFIG_PACKAGE_lxc-attach=y +CONFIG_PACKAGE_lxc-auto=y +CONFIG_PACKAGE_lxc-autostart=y +CONFIG_PACKAGE_lxc-cgroup=y +CONFIG_PACKAGE_lxc-checkconfig=y +CONFIG_PACKAGE_lxc-common=y +CONFIG_PACKAGE_lxc-config=y +CONFIG_PACKAGE_lxc-configs=y +CONFIG_PACKAGE_lxc-console=y +CONFIG_PACKAGE_lxc-copy=y +CONFIG_PACKAGE_lxc-create=y +CONFIG_PACKAGE_lxc-destroy=y +CONFIG_PACKAGE_lxc-device=y +CONFIG_PACKAGE_lxc-execute=y +CONFIG_PACKAGE_lxc-freeze=y +CONFIG_PACKAGE_lxc-hooks=y +CONFIG_PACKAGE_lxc-info=y +CONFIG_PACKAGE_lxc-init=y +CONFIG_PACKAGE_lxc-ls=y +CONFIG_PACKAGE_lxc-lua=y +CONFIG_PACKAGE_lxc-monitor=y +CONFIG_PACKAGE_lxc-monitord=y +CONFIG_PACKAGE_lxc-snapshot=y +CONFIG_PACKAGE_lxc-start=y +CONFIG_PACKAGE_lxc-stop=y +CONFIG_PACKAGE_lxc-templates=y +CONFIG_PACKAGE_lxc-top=y +CONFIG_PACKAGE_lxc-unfreeze=y +CONFIG_PACKAGE_lxc-unprivileged=y +CONFIG_PACKAGE_lxc-unshare=y +CONFIG_PACKAGE_lxc-user-nic=y +CONFIG_PACKAGE_lxc-usernsexec=y +CONFIG_PACKAGE_lxc-wait=y +CONFIG_PACKAGE_squashfs-tools-mksquashfs=y +CONFIG_PACKAGE_squashfs-tools-unsquashfs=y +CONFIG_SQUASHFS_TOOLS_LZ4_SUPPORT=y +CONFIG_SQUASHFS_TOOLS_LZO_SUPPORT=y +CONFIG_SQUASHFS_TOOLS_XZ_SUPPORT=y -- GitLab