diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-07 05:56:49 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-07 05:56:49 +0000 |
commit | 80d01892f19866b5afed8c0097dacad0f5ac53f1 (patch) | |
tree | c994044b122c2d373cc4d77fadb3f6b53a228431 /target/linux/generic-2.6/patches-2.6.35/402-ledtrig_netdev.patch | |
parent | bb7d9586c8bb1a6b5354d6c24ad9a641e1796274 (diff) | |
download | upstream-80d01892f19866b5afed8c0097dacad0f5ac53f1.tar.gz upstream-80d01892f19866b5afed8c0097dacad0f5ac53f1.tar.bz2 upstream-80d01892f19866b5afed8c0097dacad0f5ac53f1.zip |
generic-2.6: add kernel 2.6.35 preliminary support (patches)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21696 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.35/402-ledtrig_netdev.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.35/402-ledtrig_netdev.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.35/402-ledtrig_netdev.patch b/target/linux/generic-2.6/patches-2.6.35/402-ledtrig_netdev.patch new file mode 100644 index 0000000000..da66e54a88 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.35/402-ledtrig_netdev.patch @@ -0,0 +1,21 @@ +--- a/drivers/leds/Kconfig ++++ b/drivers/leds/Kconfig +@@ -358,4 +358,11 @@ config LEDS_TRIGGER_MORSE + tristate "LED Morse Trigger" + depends on LEDS_TRIGGERS + ++config LEDS_TRIGGER_NETDEV ++ tristate "LED Netdev Trigger" ++ depends on LEDS_TRIGGERS ++ help ++ This allows LEDs to be controlled by network device activity. ++ If unsure, say Y. ++ + endif # NEW_LEDS +--- a/drivers/leds/Makefile ++++ b/drivers/leds/Makefile +@@ -47,3 +47,4 @@ obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) += + obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledtrig-gpio.o + obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o + obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o ++obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o |