mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
swmodd: disable lxc support in defaults
This commit is contained in:
parent
be7fa433c5
commit
c2ad0fa44d
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ config SWMODD_REGISTRY_PULL_SUPPORT
|
||||||
config SWMODD_LXC_SUPPORT
|
config SWMODD_LXC_SUPPORT
|
||||||
bool "Handles LXC based containers"
|
bool "Handles LXC based containers"
|
||||||
depends on PACKAGE_swmodd
|
depends on PACKAGE_swmodd
|
||||||
default y
|
default n
|
||||||
select PACKAGE_lxc
|
select PACKAGE_lxc
|
||||||
select PACKAGE_lxc-attach
|
select PACKAGE_lxc-attach
|
||||||
select PACKAGE_lxc-auto
|
select PACKAGE_lxc-auto
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=swmodd
|
PKG_NAME:=swmodd
|
||||||
PKG_VERSION:=2.5.27
|
PKG_VERSION:=2.5.28
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue