mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
airoha: fix the case when library is used for mediatel platform, but not mt7915 chip
This commit is contained in:
parent
3bb34b88a6
commit
0aae8679c5
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ else
|
|||
TARGET_CFLAGS +=-DIOPSYS_MAC80211
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_kmod-mt7915e),)
|
||||
TARGET_CFLAGS=-DMT7915_VENDOR_EXT
|
||||
endif
|
||||
|
||||
PKG_BUILD_DEPENDS:=PACKAGE_kmod-mt7915e:mt76
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_libwifi),)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue