From 99e212171abf44d6e0f7e7ba50a229ad7b3f3a34 Mon Sep 17 00:00:00 2001 From: Daniel Halmschlager Date: Tue, 4 Dec 2018 20:40:10 +0100 Subject: [PATCH] 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 --- target/linux/ar71xx/image/generic-tp-link.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/generic-tp-link.mk b/target/linux/ar71xx/image/generic-tp-link.mk index 08cc444a49..84ae62c383 100644 --- a/target/linux/ar71xx/image/generic-tp-link.mk +++ b/target/linux/ar71xx/image/generic-tp-link.mk @@ -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