projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
temporary, hackish, etc, etc.. lzma support for the arm zImage loader
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.26
/
500-usr8200_support.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
b/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
index
137e788
..
ff7ffb1
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
+++ b/
target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
@@
-117,7
+117,7
@@
+subsys_initcall(usr8200_pci_init);
--- /dev/null
+++ b/arch/arm/mach-ixp4xx/usr8200-setup.c
+subsys_initcall(usr8200_pci_init);
--- /dev/null
+++ b/arch/arm/mach-ixp4xx/usr8200-setup.c
-@@ -0,0 +1,21
1
@@
+@@ -0,0 +1,21
2
@@
+/*
+ * arch/arm/mach-ixp4xx/usr8200-setup.c
+ *
+/*
+ * arch/arm/mach-ixp4xx/usr8200-setup.c
+ *
@@
-286,6
+286,7
@@
+static struct platform_device usr8200_rtc = {
+ .name = "rtc7301",
+ .id = 0,
+static struct platform_device usr8200_rtc = {
+ .name = "rtc7301",
+ .id = 0,
++ .num_resources = 1,
+ .resource = &usr8200_rtc_resources,
+};
+
+ .resource = &usr8200_rtc_resources,
+};
+
This page took
0.018943 seconds
and
4
git commands to generate.