mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
swmodd: fix compilation
This commit is contained in:
parent
07c69b34ea
commit
7ac03aa9d0
1 changed files with 3 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=swmodd
|
PKG_NAME:=swmodd
|
||||||
PKG_VERSION:=2.5.8
|
PKG_VERSION:=2.5.9
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
@ -33,10 +33,8 @@ define Package/swmodd
|
||||||
DEPENDS:=+libuci +libubox +ubus +libuuid +opkg +libcurl \
|
DEPENDS:=+libuci +libubox +ubus +libuuid +opkg +libcurl \
|
||||||
+PACKAGE_lxc:lxc +PACKAGE_liblxc:liblxc +@BUSYBOX_CONFIG_BUSYBOX \
|
+PACKAGE_lxc:lxc +PACKAGE_liblxc:liblxc +@BUSYBOX_CONFIG_BUSYBOX \
|
||||||
+@BUSYBOX_CONFIG_FEATURE_SHOW_SCRIPT +@BUSYBOX_CONFIG_SCRIPT \
|
+@BUSYBOX_CONFIG_FEATURE_SHOW_SCRIPT +@BUSYBOX_CONFIG_SCRIPT \
|
||||||
+jq +libbbfdm-api +@CONFIG_KERNEL_CGROUPS
|
+jq +libbbfdm-api +@CONFIG_KERNEL_CGROUPS \
|
||||||
ifeq ($(CONFIG_SWMODD_LEGACY_CGROUPS),y)
|
+SWMODD_LEGACY_CGROUPS:swmodd-cgroup
|
||||||
DEPENDS+=+swmodd-cgroup
|
|
||||||
endif
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/swmodd/description
|
define Package/swmodd/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue