projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: add an experimental "-c" flag which tries to preserve *all...
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.32
/
210-reset_button.patch
diff --git
a/target/linux/atheros/patches-2.6.32/210-reset_button.patch
b/target/linux/atheros/patches-2.6.32/210-reset_button.patch
index
79d4446
..
3c91818
100644
(file)
--- a/
target/linux/atheros/patches-2.6.32/210-reset_button.patch
+++ b/
target/linux/atheros/patches-2.6.32/210-reset_button.patch
@@
-6,9
+6,9
@@
-obj-y += board.o prom.o devices.o
+obj-y += board.o prom.o devices.o reset.o
-obj-y += board.o prom.o devices.o
+obj-y += board.o prom.o devices.o reset.o
- obj-$(CONFIG_ATHEROS_AR5312) += ar5312.o
- obj-$(CONFIG_
ATHEROS_AR2315) += ar2315
.o
- obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o
+
+ obj-$(CONFIG_
EARLY_PRINTK) += early_printk
.o
+
--- /dev/null
+++ b/arch/mips/ar231x/reset.c
@@ -0,0 +1,160 @@
--- /dev/null
+++ b/arch/mips/ar231x/reset.c
@@ -0,0 +1,160 @@
This page took
0.020831 seconds
and
4
git commands to generate.