From bc2720683883fc95086e3742be5425b80dd03d98 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 8 Nov 2010 07:31:40 +0000 Subject: [x86 net5501: make kmod-leds-net5501 work Fixes dependencies, and properly labels the module as GPL (thanks, Felix!). Signed-off-by: Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23922 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch (limited to 'target/linux/x86') diff --git a/target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch b/target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch new file mode 100644 index 000000000..cd5395224 --- /dev/null +++ b/target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch @@ -0,0 +1,11 @@ +--- a/drivers/leds/leds-net5501.c.orig 2010-09-28 19:09:08.000000000 -0600 ++++ b/drivers/leds/leds-net5501.c 2010-11-05 14:23:57.000000000 -0600 +@@ -92,3 +92,8 @@ + } + + arch_initcall(soekris_init); ++ ++MODULE_AUTHOR("Alessandro Zummo "); ++MODULE_DESCRIPTION("Soekris Net5501 LED support"); ++MODULE_LICENSE("GPL"); ++ -- cgit v1.2.3