diff options
Diffstat (limited to 'target/linux/x86/patches-2.6.35')
-rw-r--r-- | target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch | 11 |
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"); ++ |