aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-11-08 07:31:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-11-08 07:31:40 +0000
commitbd42bca2aeccad8b5e07360d19a9f18848140f46 (patch)
tree34aa5cc9aedd69195d4d85a19dca15e015ba1ebb
parentc01b39053d778513b5f3b56f851116d9397a1154 (diff)
downloadmaster-187ad058-bd42bca2aeccad8b5e07360d19a9f18848140f46.tar.gz
master-187ad058-bd42bca2aeccad8b5e07360d19a9f18848140f46.tar.bz2
master-187ad058-bd42bca2aeccad8b5e07360d19a9f18848140f46.zip
[x86 net5501: make kmod-leds-net5501 work
Fixes dependencies, and properly labels the module as GPL (thanks, Felix!). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23922 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch11
1 files changed, 11 insertions, 0 deletions
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 0000000000..cd53952249
--- /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 <a.zummo@towertech.it>");
++MODULE_DESCRIPTION("Soekris Net5501 LED support");
++MODULE_LICENSE("GPL");
++