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)