diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2020-09-18 13:56:53 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2020-09-28 01:28:37 +0200 |
commit | f777bca95d9f26ede4920323cd823315c648bca5 (patch) | |
tree | f635bfa2d3811c393e01b19e858203f373dafda7 /target/linux/ath79 | |
parent | 9b699301f5bda1e03388a51e9892ff7f5e2a44a9 (diff) | |
download | upstream-f777bca95d9f26ede4920323cd823315c648bca5.tar.gz upstream-f777bca95d9f26ede4920323cd823315c648bca5.tar.bz2 upstream-f777bca95d9f26ede4920323cd823315c648bca5.zip |
ath79: image: don't combine kmod-usb2 with kmod-usb-chipidea2
Include of kmod-usb-chipidea2 is enough to support USB host mode in
devices with Atheros AR9331 WiSOC.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index e8bc74178f..5d1058cae2 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -175,7 +175,7 @@ define Device/8dev_carambola2 SOC := ar9331 DEVICE_VENDOR := 8devices DEVICE_MODEL := Carambola2 - DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 + DEVICE_PACKAGES := kmod-usb-chipidea2 IMAGE_SIZE := 16000k SUPPORTED_DEVICES += carambola2 endef @@ -222,7 +222,7 @@ define Device/alfa-network_ap121f SOC := ar9331 DEVICE_VENDOR := ALFA Network DEVICE_MODEL := AP121F - DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 kmod-usb-storage -swconfig + DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-usb-storage -swconfig IMAGE_SIZE := 16064k SUPPORTED_DEVICES += ap121f endef @@ -250,7 +250,7 @@ define Device/arduino_yun SOC := ar9331 DEVICE_VENDOR := Arduino DEVICE_MODEL := Yun - DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 kmod-usb-ledtrig-usbport \ + DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-usb-ledtrig-usbport \ kmod-usb-storage block-mount -swconfig IMAGE_SIZE := 15936k SUPPORTED_DEVICES += arduino-yun @@ -1360,7 +1360,7 @@ define Device/pisen_ts-d084 SOC := ar9331 DEVICE_VENDOR := PISEN DEVICE_MODEL := TS-D084 - DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 + DEVICE_PACKAGES := kmod-usb-chipidea2 TPLINK_HWID := 0x07030101 endef TARGET_DEVICES += pisen_ts-d084 @@ -1388,7 +1388,7 @@ define Device/pisen_wmm003n SOC := ar9331 DEVICE_VENDOR := PISEN DEVICE_MODEL := Cloud Easy Power (WMM003N) - DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 + DEVICE_PACKAGES := kmod-usb-chipidea2 TPLINK_HWID := 0x07030101 endef TARGET_DEVICES += pisen_wmm003n |