Rename package dspg_test_app to dectmngr

Also rename cmbs_tcx to dectmngr
This commit is contained in:
Yalu Zhang 2020-11-13 14:55:12 +01:00
parent 32479eab89
commit 7f53336a83
288 changed files with 8 additions and 8 deletions

View file

@ -6,13 +6,13 @@
#
include $(TOPDIR)/rules.mk
PKG_NAME:=dspg_test_app
PKG_NAME:=dectmngr
PKG_RELEASE:=1
PKG_VERSION:=4.13
PKG_VERSION:=1.0
LOCAL_DEV=1
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dspg_test_app.git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=2c8990fd5275d469e8ab6c7a99e17fe0a56052ea
endif
@ -32,12 +32,12 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=Utilities
TITLE:=DSPG test application
TITLE:=DECT Manager
DEPENDS:= +PACKAGE_bcmkernel:bcmkernel +PACKAGE_bcmopen:bcmopen @(PACKAGE_bcmkernel||PACKAGE_bcmopen) +libubox +ubus +libpicoevent
endef
define Package/$(PKG_NAME)/description
DSPG CMBS (Cordless Module Base Station) host software test application
DECT manager is a daemon that provides UBUS RPC objects and sends UBUS events for communication with the DECT chip.
endef
ifeq ($(LOCAL_DEV),1)
@ -56,8 +56,8 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/etc/config/
$(INSTALL_DIR) $(1)/etc/init.d/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/test/testout/cmbs_tcx $(1)/usr/sbin/
$(STRIP) $(1)/usr/sbin/cmbs_tcx
$(INSTALL_BIN) $(PKG_BUILD_DIR)/test/testout/dectmngr $(1)/usr/sbin/
$(STRIP) $(1)/usr/sbin/dectmngr
$(INSTALL_BIN) $(PKG_BUILD_DIR)/test/testout/libdect.so $(1)/usr/lib/
$(STRIP) $(1)/usr/lib/libdect.so
#$(INSTALL_BIN) $(PKG_BUILD_DIR)/files/target.bin $(1)/etc/dect/

Some files were not shown because too many files have changed in this diff Show more