diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-31 17:56:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-31 17:56:43 +0000 |
commit | 02940eda215fa7b0976a927299e62dfc57bb997b (patch) | |
tree | 8cc77d43fe9e73ba563e4a1385f39c9e46b4212f /target/linux/ar71xx/patches-2.6.31/205-wndr3700-usb-led-driver.patch | |
parent | 745f407bba660b1cb04aca30907672aa2f18ed29 (diff) | |
download | upstream-02940eda215fa7b0976a927299e62dfc57bb997b.tar.gz upstream-02940eda215fa7b0976a927299e62dfc57bb997b.tar.bz2 upstream-02940eda215fa7b0976a927299e62dfc57bb997b.zip |
ar71xx: nuke 2.6.3[01] stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19467 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.31/205-wndr3700-usb-led-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.31/205-wndr3700-usb-led-driver.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/ar71xx/patches-2.6.31/205-wndr3700-usb-led-driver.patch b/target/linux/ar71xx/patches-2.6.31/205-wndr3700-usb-led-driver.patch deleted file mode 100644 index d9fba35b33..0000000000 --- a/target/linux/ar71xx/patches-2.6.31/205-wndr3700-usb-led-driver.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -229,6 +229,13 @@ config LEDS_BD2802 - This option enables support for BD2802GU RGB LED driver chips - accessed via the I2C bus. - -+config LEDS_WNDR3700_USB -+ tristate "NETGEAR WNDR3700 USB LED driver" -+ depends on LEDS_CLASS && AR71XX_MACH_WNDR3700 -+ help -+ This option enables support for the USB LED found on the -+ NETGEAR WNDR3700 board. -+ - comment "LED Triggers" - - config LEDS_TRIGGERS ---- a/drivers/leds/Makefile -+++ b/drivers/leds/Makefile -@@ -28,6 +28,7 @@ obj-$(CONFIG_LEDS_PCA955X) += leds-pca9 - obj-$(CONFIG_LEDS_DA903X) += leds-da903x.o - obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o - obj-$(CONFIG_LEDS_PWM) += leds-pwm.o -+obj-${CONFIG_LEDS_WNDR3700_USB} += leds-wndr3700-usb.o - - # LED SPI Drivers - obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |