projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763058d
)
at91: sama5d3: enable USB2 by default
author
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Jul 2015 01:24:48 +0000
(
01:24
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Jul 2015 01:24:48 +0000
(
01:24
+0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 46173
target/linux/at91/sama5d3/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/at91/sama5d3/target.mk
b/target/linux/at91/sama5d3/target.mk
index d88e895363fabf4756f08fa32c7f26d18f685c78..0319f4bf0d6968439a95e53a3a519137745e77ad 100644
(file)
--- a/
target/linux/at91/sama5d3/target.mk
+++ b/
target/linux/at91/sama5d3/target.mk
@@
-1,6
+1,8
@@
BOARDNAME:=SAMA5D3 (Cortex-A5)
CPU_TYPE:=cortex-a5
+DEFAULT_PACKAGES += kmod-usb2
+
define Target/Description
Build generic firmware for SAMA5D3 AT91 platforms
using the ARMv7 instruction set.