Fixes dependencies, and properly labels the module as GPL (thanks, Felix!).

Signed-off-by: Philip Prindeville <[email protected]>
---

Index: target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch
===================================================================
--- target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch  (revision 0)
+++ target/linux/x86/patches-2.6.35/110-net5501_modstuff.patch  (revision 0)
@@ -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 <[email protected]>");
++MODULE_DESCRIPTION("Soekris Net5501 LED support");
++MODULE_LICENSE("GPL");
++
Index: target/linux/x86/net5501/config-default
===================================================================
--- target/linux/x86/net5501/config-default     (revision 23729)
+++ target/linux/x86/net5501/config-default     (working copy)
@@ -17,7 +17,8 @@
 CONFIG_INSTRUCTION_DECODER=y
 CONFIG_ISA_DMA_API=y
 CONFIG_K8_NB=y
-# CONFIG_LEDS_GPIO is not set
+CONFIG_LEDS_GPIO=y
+CONFIG_LEDS_GPIO_PLATFORM=y
 # CONFIG_M486 is not set
 CONFIG_MGEODE_LX=y
 CONFIG_GEODE_MFGPT_TIMER=y
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to