bbfdm: Added Device.Schedules. DM object

This commit is contained in:
Suvendhu Hansa 2024-09-16 04:50:39 +00:00 committed by IOPSYS Dev
parent 59bbbd822e
commit 916ea44e1d
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.12.2
PKG_VERSION:=1.12.3
USE_LOCAL:=0
ifneq ($(USE_LOCAL),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
PKG_SOURCE_VERSION:=db98fd94a542ae72ae440c17e6f7d78bfbf36268
PKG_SOURCE_VERSION:=6e2965575af0cce7ef7cb39fc85c91837a6906a1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif
@ -129,6 +129,7 @@ define Package/bbfdmd/install
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) ./files/etc/config/bbfdm $(1)/etc/config/bbfdm
$(INSTALL_CONF) ./files/etc/config/schedules $(1)/etc/config/schedules
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bbfdmd/ubus/bbfdmd $(1)/usr/sbin/

View file

@ -0,0 +1,2 @@
config global 'global'
option enable '1'