diff options
author | David Bauer <mail@david-bauer.net> | 2021-10-21 15:51:48 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-10-21 15:52:49 +0200 |
commit | f85c970c9c91efd74ca11491d28e1f5f24c5bffc (patch) | |
tree | 1f9feef5aa957027dc988dbe63181a6d65db05c5 /target/linux/ath79/image | |
parent | 63c01ad025981eaa841353dc0fc27e5017febe21 (diff) | |
download | upstream-f85c970c9c91efd74ca11491d28e1f5f24c5bffc.tar.gz upstream-f85c970c9c91efd74ca11491d28e1f5f24c5bffc.tar.bz2 upstream-f85c970c9c91efd74ca11491d28e1f5f24c5bffc.zip |
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>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 3d404d1c81..b170323394 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -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 |