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 --- packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch (limited to 'packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch') diff --git a/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch b/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch deleted file mode 100644 index 6472ef8b05..0000000000 --- a/packages/ixp4xx/ixp4xx-csr-2.1.1/module-param.patch +++ /dev/null @@ -1,19 +0,0 @@ - src/oslinux/IxLinuxInit.c | 4 ++++ - 1 files changed, 4 insertions(+) - -Index: ixp400_xscale_sw/src/oslinux/IxLinuxInit.c -=================================================================== ---- ixp400_xscale_sw.orig/src/oslinux/IxLinuxInit.c -+++ ixp400_xscale_sw/src/oslinux/IxLinuxInit.c -@@ -103,7 +103,11 @@ - #if KERNEL_VERSION(2,6,0) <= LINUX_VERSION_CODE - MODULE_VERSION("2.1.1"); - #endif -+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,16) - MODULE_PARM(livelock_dispatcher, "i"); -+#else -+module_param(livelock_dispatcher, int, 0644); -+#endif - MODULE_PARM_DESC(livelock_dispatcher, "If non-zero, use the livelock prevention qmgr dispatcher"); - - /* Init and cleanup functions for module */ -- cgit v1.2.3