projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a workaround preventing libtool from hardcoding library path in shared libs
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.27
/
500-usr8200_support.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.27/500-usr8200_support.patch
b/target/linux/ixp4xx/patches-2.6.27/500-usr8200_support.patch
index
ef818c7
..
6c23e6b
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.27/500-usr8200_support.patch
+++ b/
target/linux/ixp4xx/patches-2.6.27/500-usr8200_support.patch
@@
-116,7
+116,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
+ *
@@
-285,6
+285,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.021954 seconds
and
4
git commands to generate.