mirror of
https://dev.iopsys.eu/feed/intel.git
synced 2025-12-20 02:18:20 +08:00
ltq-voice-sdd-mbx: update to ugw 8.4.1.30
This commit is contained in:
@@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=ltq-voice-sdd-mbx
|
||||
PKG_VERSION:=1.4.0.0
|
||||
PKG_MD5SUM:=e85a7a9f7ef51c5fc9b5f21bc967c0bf
|
||||
PKG_VERSION:=1.5.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-2.0-only BSD-2-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
@@ -20,15 +19,13 @@ PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BASE_NAME:=drv_sdd_mbx
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=903dd5582155ee71510a7f608b7c115145de8844
|
||||
PKG_SOURCE_VERSION:=6d5604b57d8f73724478cb39bb70026acf463d2a
|
||||
PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz
|
||||
#PKG_SOURCE_URL:=http://localhost
|
||||
PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/drv_sdd_mbx.git
|
||||
#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_BASE_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_CAT:=zcat
|
||||
PKG_BUILD_DEPENDS:=ifxos
|
||||
PKG_START_SCRIPT:=load_sdd_mbx.sh
|
||||
|
||||
# Add dependencies on symbols in the configure file
|
||||
PKG_CONFIG_DEPENDS:=\
|
||||
@@ -44,7 +41,6 @@ define Package/$(PKG_NAME)
|
||||
URL:=http://www.intel.com/
|
||||
MAINTAINER:=Intel Corporation
|
||||
MENU:=1
|
||||
#DEPENDS:=ltq-voice-tapi +kmod-ifxos +kmod-voice-tapi-sdd-mbx
|
||||
DEPENDS:=ltq-voice-tapi +kmod-ifxos
|
||||
endef
|
||||
|
||||
@@ -86,6 +82,12 @@ endif
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-proc
|
||||
|
||||
ifeq ($(CONFIG_LTQ_VOICE_TAPI_STRICT_PERMISSIONS),y)
|
||||
CONFIGURE_ARGS += --enable-strict-permissions
|
||||
else
|
||||
CONFIGURE_ARGS += --disable-strict-permissions
|
||||
endif
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
$(call autoconf_bool,CONFIG_LTQ_VOICE_TAPI_TRACES,trace)
|
||||
|
||||
@@ -127,12 +129,6 @@ define Build/Clean
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/install
|
||||
# Startup script
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/$(PKG_START_SCRIPT) $(1)/etc/init.d/
|
||||
# Install the driver binary
|
||||
$(INSTALL_DIR) $(1)/$(MODULES_SUBDIR)
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/drv_sdd_mbx$(PKG_MODULE_EXTENSION) $(1)/$(MODULES_SUBDIR)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
@@ -142,9 +138,8 @@ define KernelPackage/voice-tapi-sdd-mbx
|
||||
TITLE:=TAPI driver for VCODEC
|
||||
URL:=http://www.intel.com/
|
||||
MAINTAINER:=Intel Corporation
|
||||
#DEPENDS:=+kmod-ltq-tapi
|
||||
FILES:=$(PKG_BUILD_DIR)/src/drv_sdd_mbx$(PKG_MODULE_EXTENSION)
|
||||
AUTOLOAD:=$(call AutoLoad,21,drv_sdd_mbx)
|
||||
AUTOLOAD:=$(call AutoLoad,20,drv_sdd_mbx)
|
||||
KCONFIG:= \
|
||||
CONFIG_SPI=y \
|
||||
CONFIG_SPI_GRX500=y \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Install Voice TAPI subsystem low level driver for VCODEC mailbox handling
|
||||
|
||||
|
||||
START=30
|
||||
START=35
|
||||
|
||||
KERNEL_VERSION=`uname -r`
|
||||
KERNEL_MAJOR=`uname -r | cut -f1,2 -d. | sed -e 's/\.//'`
|
||||
|
||||
Reference in New Issue
Block a user