mirror of https://github.com/hak5/openwrt.git
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>master
parent
9b699301f5
commit
f777bca95d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue