mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ar71xx: Add usb drivers in Archer C7 v4/v5 images
This commit adds the default usb packages
- kmod-usb-core
- kmod-usb2
- kmod-usb-ledtrig-usbport
for Archer C7 v4 and v5.
(The C7 v5 configuration is based on the v4, therefore the change for v4
also applies for v5.)
Signed-off-by: Daniel Halmschlager <dh@dev.halms.at>
(backported from commit 99e212171a)
This commit is contained in:
parent
39c3b5139f
commit
2c7a1ccaea
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ TARGET_DEVICES += tl-wdr7500-v3
|
|||
define Device/archer-c7-v4
|
||||
$(Device/archer-cxx)
|
||||
DEVICE_TITLE := TP-LINK Archer C7 v4
|
||||
DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k ath10k-firmware-qca988x
|
||||
BOARDNAME := ARCHER-C7-V4
|
||||
TPLINK_BOARD_ID := ARCHER-C7-V4
|
||||
IMAGE_SIZE := 15104k
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue