swmodd: disable lxc support in defaults

This commit is contained in:
Vivek Dutta 2025-08-12 15:20:10 +05:30 committed by IOPSYS Dev
parent be7fa433c5
commit c2ad0fa44d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)