forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3057c7
commit 881d2a8
Showing
5 changed files
with
584 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=ath10k-ct | ||
PKG_RELEASE=3 | ||
PKG_RELEASE=1 | ||
|
||
PKG_LICENSE:=GPLv2 | ||
PKG_LICENSE_FILES:= | ||
|
||
PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git | ||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2018-09-29 | ||
PKG_SOURCE_VERSION:=b9989fbd5d6e3269b3e49ab3ec71b4174a02209e | ||
PKG_MIRROR_HASH:=67bb1c81518aea5880757d521023db25190d9cca21ba67bf1c7e577efd287430 | ||
PKG_SOURCE_DATE:=2018-12-20 | ||
PKG_SOURCE_VERSION:=118e16da8e82f2e028654f86e47f4c8e5bddccc8 | ||
PKG_MIRROR_HASH:=f84616d5c6c3f6c0aded40b821d9b54fd88b78737f534b37a6ed0c51db16ed06 | ||
|
||
# Build the 4.13 ath10k-ct driver version. Other options are "-4.9", or | ||
# Build the 4.19 ath10k-ct driver version. Other options are "-4.16", or | ||
# leave un-defined for 4.7 kernel. Probably this should match as closely as | ||
# possible to whatever mac80211 backports version is being used. | ||
CT_KVER="-4.16" | ||
CT_KVER="-4.19" | ||
|
||
PKG_MAINTAINER:=Ben Greear <[email protected]> | ||
PKG_BUILD_PARALLEL:=1 | ||
|
@@ -58,7 +58,7 @@ ifdef CONFIG_PACKAGE_MAC80211_MESH | |
NOSTDINC_FLAGS += -DCONFIG_MAC80211_MESH | ||
endif | ||
|
||
CT_MAKEDEFS += CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m | ||
CT_MAKEDEFS += CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m CONFIG_ATH10K_CE=y | ||
|
||
# This AHB logic is needed for IPQ4019 radios | ||
CT_MAKEDEFS += CONFIG_ATH10K_AHB=m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.