projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add generic GPIO to MIPS boards, use it for au1000 and for the MTX-1 led driver as...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches
/
110-ipp2p_0.8.1rc1.patch
diff --git
a/target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch
b/target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch
index
e03f4d5
..
67a66b1
100644
(file)
--- a/
target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch
+++ b/
target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch
@@
-905,12
+905,12
@@
diff -urN linux-2.6.19.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.19.dev/net/i
+static int __init init(void)
+{
+ printk(KERN_INFO "IPP2P v%s loading\n", IPP2P_VERSION);
+static int __init init(void)
+{
+ printk(KERN_INFO "IPP2P v%s loading\n", IPP2P_VERSION);
-+ return
ip
t_register_match(&ipp2p_match);
++ return
x
t_register_match(&ipp2p_match);
+}
+
+static void __exit fini(void)
+{
+}
+
+static void __exit fini(void)
+{
-+
ip
t_unregister_match(&ipp2p_match);
++
x
t_unregister_match(&ipp2p_match);
+ printk(KERN_INFO "IPP2P v%s unloaded\n", IPP2P_VERSION);
+}
+
+ printk(KERN_INFO "IPP2P v%s unloaded\n", IPP2P_VERSION);
+}
+
This page took
0.0240860000000001 seconds
and
4
git commands to generate.