projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26052fb
)
bcm4908: add USB packages to the DEFAULT_PACKAGES
author
Rafał Miłecki
<rafal@milecki.pl>
Mon, 15 Feb 2021 15:52:29 +0000
(16:52 +0100)
committer
Rafał Miłecki
<rafal@milecki.pl>
Mon, 15 Feb 2021 15:54:28 +0000
(16:54 +0100)
All known 41 BCM4908 devices have USB ports so it makes sense to include
those packages by default.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm4908/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm4908/Makefile
b/target/linux/bcm4908/Makefile
index d5f82a188ec1886b2c03d68db10dbf9e6ef82a24..5bee66fe2b429d403a297663f061dc7d892943d6 100644
(file)
--- a/
target/linux/bcm4908/Makefile
+++ b/
target/linux/bcm4908/Makefile
@@
-20,4
+20,6
@@
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=Image dtbs
+DEFAULT_PACKAGES += kmod-usb-ohci kmod-usb2 kmod-usb3
+
$(eval $(call BuildTarget))