mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
uspd: Apply changes only if no fault for cwmp proto
This commit is contained in:
parent
17fd0ab28a
commit
3ad8ef4b40
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uspd
|
PKG_NAME:=uspd
|
||||||
PKG_VERSION:=2.1.4
|
PKG_VERSION:=2.1.5
|
||||||
|
|
||||||
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:=e10412b7f7915217584f6607c5ff3b27d336343b
|
PKG_SOURCE_VERSION:=8e560d03ac836a2ea593285b1158918f7f0a47f7
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue