mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-12 11:23:51 +08:00
ath79: use correct USB package for DIR-505
AR9331 requires kmod-usb2-chipidea to use the USB ports. Include the correct package so they can be used with the base image. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
63c01ad025
commit
f85c970c9c
@ -906,7 +906,7 @@ define Device/dlink_dir-505
|
||||
DEVICE_VENDOR := D-Link
|
||||
DEVICE_MODEL := DIR-505
|
||||
IMAGE_SIZE := 7680k
|
||||
DEVICE_PACKAGES := kmod-usb2
|
||||
DEVICE_PACKAGES := kmod-usb-chipidea2
|
||||
SUPPORTED_DEVICES += dir-505-a1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-505
|
||||
|
Loading…
Reference in New Issue
Block a user