From c2ad0fa44d5bf765ea1c80b315611665e770feb0 Mon Sep 17 00:00:00 2001 From: Vivek Dutta Date: Tue, 12 Aug 2025 15:20:10 +0530 Subject: [PATCH] swmodd: disable lxc support in defaults --- swmodd/Config.in | 2 +- swmodd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swmodd/Config.in b/swmodd/Config.in index 850629d7f..970eb7d76 100644 --- a/swmodd/Config.in +++ b/swmodd/Config.in @@ -8,7 +8,7 @@ config SWMODD_REGISTRY_PULL_SUPPORT config SWMODD_LXC_SUPPORT bool "Handles LXC based containers" depends on PACKAGE_swmodd - default y + default n select PACKAGE_lxc select PACKAGE_lxc-attach select PACKAGE_lxc-auto diff --git a/swmodd/Makefile b/swmodd/Makefile index 37b832cb1..d599c5c27 100755 --- a/swmodd/Makefile +++ b/swmodd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swmodd -PKG_VERSION:=2.5.27 +PKG_VERSION:=2.5.28 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1)