From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/linux/linux-wrt-2.4.30/208-gcc-3.4-fix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/linux/linux-wrt-2.4.30/208-gcc-3.4-fix (limited to 'recipes/linux/linux-wrt-2.4.30/208-gcc-3.4-fix') diff --git a/recipes/linux/linux-wrt-2.4.30/208-gcc-3.4-fix b/recipes/linux/linux-wrt-2.4.30/208-gcc-3.4-fix new file mode 100644 index 0000000000..782a9ce6fa --- /dev/null +++ b/recipes/linux/linux-wrt-2.4.30/208-gcc-3.4-fix @@ -0,0 +1,10 @@ +--- linux-2.4.30.old/arch/mips/ld.script.in 2005-04-28 23:22:23.513764016 +0400 ++++ linux-2.4.30/arch/mips/ld.script.in 2005-04-28 23:22:36.329673152 +0400 +@@ -9,6 +9,7 @@ + { + _ftext = . ; + *(.text) ++ *(.fixup) + *(.rodata) + *(.rodata.*) + *(.rodata1) -- cgit v1.2.3