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/018_drivers_char_mem_c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/linux/linux-wrt-2.4.30/018_drivers_char_mem_c (limited to 'recipes/linux/linux-wrt-2.4.30/018_drivers_char_mem_c') diff --git a/recipes/linux/linux-wrt-2.4.30/018_drivers_char_mem_c b/recipes/linux/linux-wrt-2.4.30/018_drivers_char_mem_c new file mode 100644 index 0000000000..0f67710fd3 --- /dev/null +++ b/recipes/linux/linux-wrt-2.4.30/018_drivers_char_mem_c @@ -0,0 +1,12 @@ +--- linux-mips-cvs/drivers/char/mem.c 2004-08-14 20:38:49.000000000 +0200 ++++ linux-broadcom/drivers/char/mem.c 2005-01-31 13:13:14.000000000 +0100 +@@ -713,7 +713,8 @@ + {1, "mem", S_IRUSR | S_IWUSR | S_IRGRP, &mem_fops}, + {2, "kmem", S_IRUSR | S_IWUSR | S_IRGRP, &kmem_fops}, + {3, "null", S_IRUGO | S_IWUGO, &null_fops}, +-#if defined(CONFIG_ISA) || !defined(__mc68000__) ++#if defined(CONFIG_ISA) || !defined(__mc68000__) || \ ++ defined(CONFIG_BCM94702_CPCI) + {4, "port", S_IRUSR | S_IWUSR | S_IRGRP, &port_fops}, + #endif + {5, "zero", S_IRUGO | S_IWUGO, &zero_fops}, -- cgit 1.2.3-korg