mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25630 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
267 B
Diff
12 lines
267 B
Diff
--- a/drivers/leds/leds-net5501.c
|
|
+++ b/drivers/leds/leds-net5501.c
|
|
@@ -92,3 +92,8 @@ unmap:
|
|
}
|
|
|
|
arch_initcall(soekris_init);
|
|
+
|
|
+MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>");
|
|
+MODULE_DESCRIPTION("Soekris Net5501 LED support");
|
|
+MODULE_LICENSE("GPL");
|
|
+
|