mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
dectmngr: Do not install DCX81 firmware for Airoha platform
- Update the makefile - Remove the .bin file for Airoha
This commit is contained in:
parent
e7d2f54bda
commit
8889d06568
2 changed files with 2 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=dectmngr
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=3.7.3
|
||||
PKG_VERSION:=3.7.4
|
||||
|
||||
LOCAL_DEV=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
|
|
@ -61,9 +61,7 @@ define Package/$(PKG_NAME)/install
|
|||
|
||||
$(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
|
||||
ifeq ($(CONFIG_TARGET_airoha),)
|
||||
$(CP) ./firmware/common/* $(1)/etc/dspg/
|
||||
endif
|
||||
$(CP) ./files/etc/* $(1)/etc/
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue