diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 17:32:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 17:32:29 +0000 |
commit | 1e041ba72a3f0e7ba560526b92062cfd58532166 (patch) | |
tree | 284ea0ca2674e6bf699b2f63c1fd40b89d779a53 /package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch | |
parent | 948690407958885f170afe459f1a91b6e573c838 (diff) | |
download | upstream-1e041ba72a3f0e7ba560526b92062cfd58532166.tar.gz upstream-1e041ba72a3f0e7ba560526b92062cfd58532166.tar.bz2 upstream-1e041ba72a3f0e7ba560526b92062cfd58532166.zip |
package/ar7-atm: refresh patches
SVN-Revision: 31612
Diffstat (limited to 'package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch')
-rw-r--r-- | package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch b/package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch index 587cb5f568..52ebbc1529 100644 --- a/package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch +++ b/package/ar7-atm/patches-D7.05.01.00/190-2.6.32_proc_fixes.patch @@ -1,8 +1,6 @@ -Index: sangam_atm-D7.05.01.00/tn7dsl.c -=================================================================== ---- sangam_atm-D7.05.01.00.orig/tn7dsl.c 2010-11-09 18:32:33.478706990 +0100 -+++ sangam_atm-D7.05.01.00/tn7dsl.c 2010-11-09 18:32:33.488706997 +0100 -@@ -215,7 +215,11 @@ +--- a/tn7dsl.c ++++ b/tn7dsl.c +@@ -215,7 +215,11 @@ led_reg_t ledreg[2]; static struct led_funcs ledreg[2]; #endif @@ -14,7 +12,7 @@ Index: sangam_atm-D7.05.01.00/tn7dsl.c #define MAX_STR_SIZE 256 #define DSL_MOD_SIZE 256 -@@ -3615,9 +3619,16 @@ +@@ -3615,9 +3619,16 @@ static int dslmod_sysctl(ctl_table *ctl, */ if(write) { @@ -32,7 +30,7 @@ Index: sangam_atm-D7.05.01.00/tn7dsl.c { case DEV_DSLMOD: ptr = strpbrk(info, " \t"); -@@ -3701,14 +3712,29 @@ +@@ -3701,14 +3712,29 @@ static int dslmod_sysctl(ctl_table *ctl, else { len += sprintf(info+len, mod_req); @@ -62,7 +60,7 @@ Index: sangam_atm-D7.05.01.00/tn7dsl.c , {0} }; -@@ -3716,7 +3742,16 @@ +@@ -3716,7 +3742,16 @@ ctl_table dslmod_table[] = { /* Make sure that /proc/sys/dev is there */ ctl_table dslmod_root_table[] = { #ifdef CONFIG_PROC_FS |