mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
swmodd: 2.2.1
This commit is contained in:
parent
9cf5186546
commit
32c232cdbe
1 changed files with 5 additions and 5 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 IOPSYS Software Solutions AB
|
# Copyright (C) 2022-2023 IOPSYS Software Solutions AB
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=swmodd
|
PKG_NAME:=swmodd
|
||||||
PKG_VERSION:=2.2.0
|
PKG_VERSION:=2.2.1
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=576eed900f04cf572a2f7ace208dcc95b1b5f32f
|
PKG_SOURCE_VERSION:=97064600c831bb7b246b21360bc4eb3966ac6ce1
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/swmodd.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/lcm/swmodd.git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
@ -31,7 +31,7 @@ define Package/swmodd
|
||||||
DEPENDS:=+libuci +libubox +ubus +libuuid +opkg +libcurl \
|
DEPENDS:=+libuci +libubox +ubus +libuuid +opkg +libcurl \
|
||||||
+PACKAGE_liblxc:liblxc +@BUSYBOX_CONFIG_BUSYBOX \
|
+PACKAGE_liblxc:liblxc +@BUSYBOX_CONFIG_BUSYBOX \
|
||||||
+@BUSYBOX_CONFIG_FEATURE_SHOW_SCRIPT +@BUSYBOX_CONFIG_SCRIPT \
|
+@BUSYBOX_CONFIG_FEATURE_SHOW_SCRIPT +@BUSYBOX_CONFIG_SCRIPT \
|
||||||
+swmodd-cgroup +jq +libbbf_api
|
+swmodd-cgroup +jq +libbbfdm-api
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/swmodd/description
|
define Package/swmodd/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue