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>
This commit is contained in:
parent
d6ac8ca76c
commit
99e212171a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,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-ct ath10k-firmware-qca988x-ct
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||
BOARDNAME := ARCHER-C7-V4
|
||||
TPLINK_BOARD_ID := ARCHER-C7-V4
|
||||
IMAGE_SIZE := 15104k
|
||||
|
|
Loading…
Reference in a new issue