Root/target/linux/ar71xx/patches-2.6.39/207-rb750-led-driver.patch

1--- a/drivers/leds/Kconfig
2+++ b/drivers/leds/Kconfig
3@@ -394,6 +394,10 @@ config LEDS_WNDR3700_USB
4       This option enables support for the USB LED found on the
5       NETGEAR WNDR3700 board.
6 
7+config LEDS_RB750
8+ tristate "LED driver for the Mikrotik RouterBOARD 750"
9+ depends on LEDS_CLASS && AR71XX_MACH_RB750
10+
11 comment "LED Triggers"
12 
13 config LEDS_TRIGGER_TIMER
14--- a/drivers/leds/Makefile
15+++ b/drivers/leds/Makefile
16@@ -41,6 +41,7 @@ obj-$(CONFIG_LEDS_LT3593) += leds-lt359
17 obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o
18 obj-$(CONFIG_LEDS_DELL_NETBOOKS) += dell-led.o
19 obj-$(CONFIG_LEDS_MC13783) += leds-mc13783.o
20+obj-$(CONFIG_LEDS_RB750) += leds-rb750.o
21 obj-$(CONFIG_LEDS_NS2) += leds-ns2.o
22 obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o
23 
24

Archive Download this file



interactive