swmodd: Fix RequestedState cwmp parameter

This commit is contained in:
Vivek Kumar Dutta 2024-07-23 16:22:48 +05:30
parent 91e9278cba
commit b7efd787cb

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=swmodd
PKG_VERSION:=2.5.14
PKG_VERSION:=2.5.15
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/lcm/swmodd.git
PKG_SOURCE_VERSION:=1c4768f70c8962686a5e24517a3c9e128f35dd22
PKG_SOURCE_VERSION:=2d395f3eb1f8efeff8058e3e4f91571093a2550c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif