projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c01ad
)
ath79: use correct USB package for DIR-505
author
David Bauer
<mail@david-bauer.net>
Thu, 21 Oct 2021 13:51:48 +0000
(15:51 +0200)
committer
David Bauer
<mail@david-bauer.net>
Thu, 21 Oct 2021 13:52:49 +0000
(15:52 +0200)
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>
target/linux/ath79/image/generic.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/generic.mk
b/target/linux/ath79/image/generic.mk
index 3d404d1c8184a28944e21ac76688206b68136344..b1703233942c848673d49deaafc1034a99d89067 100644
(file)
--- 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
-chipidea
2
SUPPORTED_DEVICES += dir-505-a1
endef
TARGET_DEVICES += dlink_dir-505