mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 23:35:01 +02:00
bc27206838
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
12 lines
337 B
Diff
12 lines
337 B
Diff
--- 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");
|
|
+
|