mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00: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
@ -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…
Reference in New Issue
Block a user