Skip to content

Commit

Permalink
ath79: tp-link: use ath10k-ct-smallbuffers for 64 MiB devices
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
  • Loading branch information
paulfertser authored and hauke committed Dec 25, 2019
1 parent 1579599 commit 3e51cb7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions target/linux/ath79/image/generic-tp-link.mk
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ define Device/tplink_archer-d50-v1
DEVICE_VENDOR := TP-Link
DEVICE_MODEL := Archer D50
DEVICE_VARIANT := v1
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct \
ath10k-firmware-qca988x-ct
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport \
kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
BOARDNAME := ARCHER-D50-V1
IMAGE_SIZE := 7808k
TPLINK_HWID := 0xC1200001
Expand Down Expand Up @@ -366,7 +366,7 @@ define Device/tplink_re450-v2
IMAGE_SIZE := 6016k
DEVICE_MODEL := RE450
DEVICE_VARIANT := v2
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
TPLINK_HWID := 0x0
TPLINK_HWREV := 0
TPLINK_BOARD_ID := RE450-V2
Expand Down Expand Up @@ -576,8 +576,9 @@ define Device/tplink_tl-wr902ac-v1
SOC := qca9531
DEVICE_MODEL := TL-WR902AC
DEVICE_VARIANT := v1
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct \
ath10k-firmware-qca9887-ct -swconfig -uboot-envtools
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport \
kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9887-ct \
-swconfig -uboot-envtools
TPLINK_BOARD_ID := TL-WR902AC-V1
IMAGE_SIZE := 7360k
TPLINK_HWID := 0x0
Expand Down

0 comments on commit 3e51cb7

Please sign in to comment.