projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Return -ENODEV, when device is absent. This should fix lockups on boot.
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
arch
/
mips
/
ar7
/
Makefile
diff --git
a/target/linux/ar7-2.6/files/arch/mips/ar7/Makefile
b/target/linux/ar7-2.6/files/arch/mips/ar7/Makefile
index
0771cfc
..
3ec49ee
100644
(file)
--- a/
target/linux/ar7-2.6/files/arch/mips/ar7/Makefile
+++ b/
target/linux/ar7-2.6/files/arch/mips/ar7/Makefile
@@
-7,6
+7,7
@@
obj-y := \
time.o \
platform.o \
gpio.o \
+ clock.o \
vlynq.o
obj-$(CONFIG_PCI) += \
This page took
0.043772 seconds
and
4
git commands to generate.