mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip
SVN-Revision: 27498
This commit is contained in:
parent
1d43c2b5b6
commit
302347e4d4
@ -60,12 +60,10 @@ define Build/Configure
|
|||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifdef CONFIG_TARGET_lantiq
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/drv_tapi
|
$(INSTALL_DIR) $(1)/usr/include/drv_tapi
|
||||||
$(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi
|
$(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi
|
||||||
(cd $(1)/usr/include/drv_tapi && ln -s . include && ln -s ../ifxos/ifx_types.h .)
|
(cd $(1)/usr/include/drv_tapi && ln -s . include && ln -s ../ifxos/ifx_types.h .)
|
||||||
endef
|
endef
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ltq-tapi))
|
$(eval $(call KernelPackage,ltq-tapi))
|
||||||
|
@ -143,7 +143,6 @@ define Build/Configure
|
|||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifdef CONFIG_TARGET_lantiq
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
mkdir -p $(1)/usr/include/drv_vmmc
|
mkdir -p $(1)/usr/include/drv_vmmc
|
||||||
@ -157,6 +156,5 @@ ifdef CONFIG_TARGET_lantiq
|
|||||||
$(CP) $(PKG_BUILD_DIR)/firmware/$(FW_SOURCE) $(1)/$(FW_DIR)/$(FW_TARGET)
|
$(CP) $(PKG_BUILD_DIR)/firmware/$(FW_SOURCE) $(1)/$(FW_DIR)/$(FW_TARGET)
|
||||||
$(CP) $(PKG_BUILD_DIR)/coef/$(COEF_SRC) $(1)/$(FW_DIR)/$(COEF_TARGET)
|
$(CP) $(PKG_BUILD_DIR)/coef/$(COEF_SRC) $(1)/$(FW_DIR)/$(COEF_TARGET)
|
||||||
endef
|
endef
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ltq-vmmc))
|
$(eval $(call KernelPackage,ltq-vmmc))
|
||||||
|
@ -66,7 +66,7 @@ EXTRA_CFLAGS:=-I$(STAGING_DIR)/usr/include/drv_tapi -I$(STAGING_DIR)/usr/include
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
Package/pjsip-oss=$(call Package/pjsip-template,oss,)
|
Package/pjsip-oss=$(call Package/pjsip-template,oss,)
|
||||||
Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq +kmod-ltq-tapi +kmod-ltq-vmmc)
|
Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq +TARGET_lantiq:kmod-ltq-tapi +TARGET_lantiq:kmod-ltq-vmmc)
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(PKG_UNPACK)
|
$(PKG_UNPACK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user