mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
dectmngr: Support DECT FW per target
Add support for installing default DECT FW per target. This solves the need to be able to have different default FW for different hardware architectures. For Airoha we will update the DECT FW to DSPG 4.13 build 21 RC1.
This commit is contained in:
parent
afdc0006b5
commit
d6c148f7e3
3 changed files with 6 additions and 1 deletions
|
|
@ -56,11 +56,16 @@ endif
|
|||
|
||||
define Package/$(PKG_NAME)/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_DIR) $(1)/etc/dspg
|
||||
$(INSTALL_DIR) $(1)/lib/upgrade/keep.d
|
||||
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/app/dectmngr $(1)/usr/sbin/
|
||||
$(STRIP) $(1)/usr/sbin/dectmngr
|
||||
ifneq ($(CONFIG_TARGET_airoha),)
|
||||
$(CP) ./firmware/airoha/* $(1)/etc/dspg/
|
||||
else
|
||||
$(CP) ./firmware/common/* $(1)/etc/dspg/
|
||||
endif
|
||||
$(CP) ./files/etc/* $(1)/etc/
|
||||
$(INSTALL_DATA) ./files/lib/upgrade/keep.d/dect $(1)/lib/upgrade/keep.d/dect
|
||||
endef
|
||||
|
|
|
|||
BIN
dectmngr/firmware/airoha/04130021.bin
Normal file
BIN
dectmngr/firmware/airoha/04130021.bin
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue