diff --git a/uspd/Makefile b/uspd/Makefile index 8f915b1fb..198176117 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.2.10 +PKG_VERSION:=2.2.11 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -81,10 +81,8 @@ endif define Package/uspd/default/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DIR) $(1)/etc/bbfdm/json/ $(INSTALL_BIN) ./files/etc/init.d/uspd $(1)/etc/init.d/uspd $(INSTALL_CONF) ./files/etc/config/uspd $(1)/etc/config/uspd - $(INSTALL_DATA) ./files/etc/bbfdm/json/transferComplete.json $(1)/etc/bbfdm/json/ $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/uspd $(1)/usr/sbin/ endef diff --git a/uspd/files/etc/bbfdm/json/transferComplete.json b/uspd/files/etc/bbfdm/json/transferComplete.json deleted file mode 100644 index 078cd9d71..000000000 --- a/uspd/files/etc/bbfdm/json/transferComplete.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "Device.LocalAgent.": { - "type": "object", - "version": "2.12", - "protocols": [ - "usp" - ], - "access": false, - "array": false, - "TransferComplete!": { - "type": "event", - "version": "2.12", - "protocols": [ - "usp" - ], - "Command": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "string" - }, - "CommandKey": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "string" - }, - "Requestor": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "string" - }, - "TransferType": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "string", - "enumerations": [ - "Download", - "Upload" - ] - }, - "Affected": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "string" - }, - "TransferURL": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "URL", - "range": [ - { - "max": 2048 - } - ] - }, - "StartTime": { - "type": "dateTime", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "dateTime" - }, - "CompleteTime": { - "type": "dateTime", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "dateTime" - }, - "FaultCode": { - "type": "unsignedInt", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "unsignedInt" - }, - "FaultString": { - "type": "string", - "read": true, - "write": true, - "version": "2.12", - "protocols": [ - "usp" - ], - "datatype": "string", - "range": [ - { - "max": 256 - } - ] - } - } - } -}