mirror of https://github.com/hak5/openwrt.git
[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> SVN-Revision: 23922lede-17.01
parent
5d28877c92
commit
18fd669ef2
|
@ -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");
|
||||
+
|
Loading…
Reference in New Issue