diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 12:21:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 12:21:02 +0000 |
commit | 9eb1a459851213dcafbcdaabdfc2985a877090af (patch) | |
tree | 05c8594d9f3b173ad916bd2c6856cf4e79390f61 /target/linux/generic-2.6/patches-2.6.26/402-ledtrig_netdev.patch | |
parent | 6adafe0bc02fc4d31d1de870be6cb8f88356bb7a (diff) | |
download | master-187ad058-9eb1a459851213dcafbcdaabdfc2985a877090af.tar.gz master-187ad058-9eb1a459851213dcafbcdaabdfc2985a877090af.tar.bz2 master-187ad058-9eb1a459851213dcafbcdaabdfc2985a877090af.zip |
[kernel] remove 2.6.26 since there are no remaining candidates for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/402-ledtrig_netdev.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/402-ledtrig_netdev.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/402-ledtrig_netdev.patch b/target/linux/generic-2.6/patches-2.6.26/402-ledtrig_netdev.patch deleted file mode 100644 index 16c6ef4a47..0000000000 --- a/target/linux/generic-2.6/patches-2.6.26/402-ledtrig_netdev.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -200,4 +200,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 -@@ -29,3 +29,4 @@ obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += l - obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.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 |