diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-24 15:59:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-24 15:59:32 +0000 |
commit | 3f52da61813f2c0ffdd62d663b705ae04f3a74e9 (patch) | |
tree | 0b11e7fab11a37bb4c0dd5886fb41ac8e3fe5846 /package | |
parent | f0cc040988617eacc9d7e950fe43b75399050501 (diff) |
fix ar7 compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7331 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/ar7-atm/patches/100-compile_fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/ar7-atm/patches/100-compile_fix.patch b/package/ar7-atm/patches/100-compile_fix.patch index b985eb1d1f..bd081c48e7 100644 --- a/package/ar7-atm/patches/100-compile_fix.patch +++ b/package/ar7-atm/patches/100-compile_fix.patch @@ -691,3 +691,17 @@ diff -urN sangam_atm-07.01.00.10/tn7sar.c sangam-atm-0.3/tn7sar.c #include <linux/proc_fs.h> #include <linux/string.h> #include <linux/ctype.h> + +diff -ur atm.old/tn7dsl.c atm.dev/tn7dsl.c +--- atm.old/tn7dsl.c 2007-05-24 17:36:33.865636000 +0200 ++++ atm.dev/tn7dsl.c 2007-05-24 17:41:32.094298496 +0200 +@@ -3430,8 +3430,7 @@ + if (initialized == 1) + return; + +- dslmod_sysctl_header = register_sysctl_table(dslmod_root_table, 1); +- dslmod_root_table->child->de->owner = THIS_MODULE; ++ dslmod_sysctl_header = register_sysctl_table(dslmod_root_table); + + /* + * set the defaults |