The DEFAULT-ON trigger patches added in r10348 and r10349 were only applied to 
2.6.23 kernels.
Now that some architectures are moving to 2.6.24 (including AR7 which uses this 
trigger), this patch updates this trigger for the new kernel.

Signed-off-by: Nick Forbes <[EMAIL PROTECTED]>

---------------------------------------------------

Index: target/linux/ar7/config-2.6.24
===================================================================
--- target/linux/ar7/config-2.6.24      (revision 10141)
+++ target/linux/ar7/config-2.6.24      (working copy)
@@ -68,6 +68,7 @@
 CONFIG_KALLSYMS=y
 # CONFIG_KALLSYMS_EXTRA_PASS is not set
 CONFIG_LEDS_GPIO=y
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
 # CONFIG_LEMOTE_FULONG is not set
 # CONFIG_MACH_ALCHEMY is not set
 # CONFIG_MACH_DECSTATION is not set

Index: target/linux/generic-2.6/config-2.6.24
===================================================================
--- target/linux/generic-2.6/config-2.6.24      (revision 9635)
+++ target/linux/generic-2.6/config-2.6.24      (working copy)
@@ -677,6 +677,7 @@
 # CONFIG_LEDS_TRIGGER_IDE_DISK is not set
 # CONFIG_LEDS_TRIGGER_MORSE is not set
 CONFIG_LEDS_TRIGGER_TIMER=y
+# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
 # CONFIG_LEGACY_PTYS is not set
 CONFIG_LIBCRC32C=m
 # CONFIG_LIBERTAS is not set

Index: target/linux/generic-2.6/patches-2.6.24/402-ledtrig_default_on.patch
===================================================================
--- target/linux/generic-2.6/patches-2.6.24/402-ledtrig_default_on.patch        
(revision 0)
+++ target/linux/generic-2.6/patches-2.6.24/402-ledtrig_default_on.patch        
(revision 0)
@@ -0,0 +1,23 @@
+diff -ur linux-2.6.24.orig/drivers/leds/Kconfig 
linux-2.6.24/drivers/leds/Kconfig
+--- linux-2.6.24.orig/drivers/leds/Kconfig     2007-12-01 00:41:03.000000000 
+1300
++++ linux-2.6.24/drivers/leds/Kconfig  2007-12-01 01:26:43.000000000 +1300
+@@ -137,4 +137,11 @@
+       tristate "LED Morse Trigger"
+       depends on LEDS_TRIGGERS
+ 
++config LEDS_TRIGGER_DEFAULT_ON
++      tristate "LED Default ON Trigger"
++      depends on LEDS_TRIGGERS
++      help
++        This allows LEDs to be initialised in the ON state.
++        If unsure, say Y.
++
+ endif # NEW_LEDS
+diff -ur linux-2.6.24.orig/drivers/leds/Makefile 
linux-2.6.24/drivers/leds/Makefile
+--- linux-2.6.24.orig/drivers/leds/Makefile    2007-12-01 00:41:03.000000000 
+1300
++++ linux-2.6.24/drivers/leds/Makefile 2007-12-01 01:27:12.000000000 +1300
+@@ -23,3 +23,4 @@
+ obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK)   += ledtrig-ide-disk.o
+ obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT)  += ledtrig-heartbeat.o
+ obj-$(CONFIG_LEDS_TRIGGER_MORSE)      += ledtrig-morse.o
++obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o

_____________________________________________________________________
VirusChecked for Huntsworth plc
_____________________________________________________________________
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to