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/010-arch_mips_kernel_proc_c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c (limited to 'recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c') diff --git a/recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c b/recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c new file mode 100644 index 0000000000..9db525850f --- /dev/null +++ b/recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c @@ -0,0 +1,14 @@ +--- linux-mips-cvs/arch/mips/kernel/proc.c 2004-07-07 20:19:37.000000000 +0200 ++++ linux-broadcom/arch/mips/kernel/proc.c 2005-01-31 13:58:35.000000000 +0100 +@@ -78,9 +78,10 @@ + [CPU_AU1550] "Au1550", + [CPU_24K] "MIPS 24K", + [CPU_AU1200] "Au1200", ++ [CPU_BCM4710] "BCM4710", ++ [CPU_BCM3302] "BCM3302", + }; + +- + static int show_cpuinfo(struct seq_file *m, void *v) + { + unsigned int version = current_cpu_data.processor_id; -- cgit v1.2.3