--- zzzz-none-000/linux-2.6.32.61/scripts/module-common.lds 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/scripts/module-common.lds 2013-08-12 10:18:01.000000000 +0000 @@ -3,6 +3,14 @@ * Archs are free to supply their own linker scripts. ld will * combine them automatically. */ + + SECTIONS { + /* Bug table for data bus errors */ + __bug_debug_table : { + __start___module_bug_debug_table = .; + *(__bug_debug_table) + __stop___module_bug_debug_table = .; + } /DISCARD/ : { *(.discard) } }