forked from openwrt/openwrt
-
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.
kernel: manual sync pkg/kernel folder
- Loading branch information
Showing
316 changed files
with
8,057 additions
and
18,869 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:=5 | ||
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:=2022-05-13 | ||
PKG_SOURCE_VERSION:=f808496fcc6b1f68942914117aebf8b3f8d52bb3 | ||
PKG_MIRROR_HASH:=39527b3408696594eda5579521a9fb798417be4dda73fa08e8b3a8c7b0d3f3d9 | ||
PKG_SOURCE_DATE:=2023-06-05 | ||
PKG_SOURCE_VERSION:=fadd0768cbd22248a60efbb219ccefc9d86cd78c | ||
PKG_MIRROR_HASH:=513f62765ba3a2f423099426fbba86b854f3de0ab13ec2ab6e2780577ea75f95 | ||
|
||
# Build the 5.15 ath10k-ct driver version. | ||
# Build the 6.4 ath10k-ct driver version. | ||
# Probably this should match as closely as | ||
# possible to whatever mac80211 backports version is being used. | ||
CT_KVER="-5.15" | ||
CT_KVER="-6.4" | ||
|
||
PKG_MAINTAINER:=Ben Greear <[email protected]> | ||
PKG_BUILD_PARALLEL:=1 | ||
|
Oops, something went wrong.