mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
sysmngr: 1.0.13
This commit is contained in:
parent
9a28469028
commit
b939c6988e
3 changed files with 3 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ config SYSMNGR_VENDOR_EXTENSIONS
|
|||
default y
|
||||
|
||||
config SYSMNGR_FWBANK_UBUS_SUPPORT
|
||||
bool "Use sysmngr fwbank implementation to expose fwbank functionality over ubus"
|
||||
bool "Expose fwbank ubus object"
|
||||
default y
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sysmngr
|
||||
PKG_VERSION:=1.0.12
|
||||
PKG_VERSION:=1.0.13
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
|
|
@ -104,10 +104,7 @@ define Package/$(PKG_NAME)/install
|
|||
$(CP) $(PKG_BUILD_DIR)/src/files/usr/share/bbfdm/scripts/bbf_check_idle.sh $(1)/usr/share/bbfdm/scripts/
|
||||
$(BBFDM_REGISTER_SERVICES) ./bbfdm_service.json $(1) $(PKG_NAME)
|
||||
|
||||
ifeq ($(CONFIG_SYSMNGR_FWBANK_UBUS_SUPPORT),y)
|
||||
$(INSTALL_DIR) $(1)/etc/sysmngr
|
||||
$(INSTALL_BIN) ./files/fwbank $(1)/etc/sysmngr/fwbank
|
||||
endif
|
||||
$(INSTALL_BIN) ./files/etc/sysmngr/fwbank $(1)/etc/sysmngr/fwbank
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue