projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] prevent bcm6338 and bcm6345 from crashing very early
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
Makefile
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
index
10462ae
..
d121274
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
@@
-3,7
+3,10
@@
obj-y += dev-uart.o
obj-y += dev-pcmcia.o
obj-y += dev-usb-ohci.o
obj-y += dev-usb-ehci.o
+obj-y += dev-usb-udc.o
obj-y += dev-enet.o
+obj-y += dev-wdt.o
+obj-y += dev-spi.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-y += boards/
This page took
0.022832 seconds
and
4
git commands to generate.