diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-29 12:20:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-29 12:20:45 +0000 |
commit | 4b09e185f27192bf0d715649d808d058c2768ff5 (patch) | |
tree | a848d2f9d2203d19660dbcd6136d82dd25e40c25 /target/linux/generic-2.6/patches-2.6.27/401-led_alix.patch | |
parent | 81a3955189c4f8cdb404c161809e710b721afba7 (diff) | |
download | mtk-20170518-4b09e185f27192bf0d715649d808d058c2768ff5.zip mtk-20170518-4b09e185f27192bf0d715649d808d058c2768ff5.tar.gz mtk-20170518-4b09e185f27192bf0d715649d808d058c2768ff5.tar.bz2 |
remove support for 2.6.27, no target is using it anymore
SVN-Revision: 18201
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/401-led_alix.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/401-led_alix.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/401-led_alix.patch b/target/linux/generic-2.6/patches-2.6.27/401-led_alix.patch deleted file mode 100644 index 80e5401..0000000 --- a/target/linux/generic-2.6/patches-2.6.27/401-led_alix.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -77,6 +77,12 @@ config LEDS_WRAP - help - This option enables support for the PCEngines WRAP programmable LEDs. - -+config LEDS_ALIX -+ tristate "LED Support for the ALIX 2/3 boards" -+ depends on LEDS_CLASS -+ help -+ This option enables support for the three LEDs on the PCEngines ALIX 2/3 boards. -+ - config LEDS_H1940 - tristate "LED Support for iPAQ H1940 device" - depends on LEDS_CLASS && ARCH_H1940 ---- a/drivers/leds/Makefile -+++ b/drivers/leds/Makefile -@@ -13,6 +13,7 @@ obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c2 - obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o - obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o - obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o -+obj-$(CONFIG_LEDS_ALIX) += leds-alix.o - obj-$(CONFIG_LEDS_H1940) += leds-h1940.o - obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o - obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-cobalt-raq.o |