OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2006-2011 OpenWrt.org |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | |||
8 | define KernelPackage/leds-nu801 |
||
9 | SUBMENU:=$(LEDS_MENU) |
||
10 | TITLE:=Meraki MR18 LED support |
||
11 | DEPENDS:=@TARGET_ar71xx |
||
12 | KCONFIG:=CONFIG_LEDS_NU801 |
||
13 | FILES:=$(LINUX_DIR)/drivers/leds/leds-nu801.ko |
||
14 | AUTOLOAD:=$(call AutoLoad,60,leds-nu801) |
||
15 | endef |
||
16 | |||
17 | define KernelPackage/leds-nu801/description |
||
18 | Kernel module for the nu801 LED driver used on the Meraki MR18. |
||
19 | endef |
||
20 | |||
21 | $(eval $(call KernelPackage,leds-nu801)) |
||
22 | |||
23 | |||
24 | define KernelPackage/leds-rb750 |
||
25 | SUBMENU:=$(LEDS_MENU) |
||
26 | TITLE:=RouterBOARD 750 LED support |
||
27 | DEPENDS:=@TARGET_ar71xx |
||
28 | KCONFIG:=CONFIG_LEDS_RB750 |
||
29 | FILES:=$(LINUX_DIR)/drivers/leds/leds-rb750.ko |
||
30 | AUTOLOAD:=$(call AutoLoad,60,leds-rb750) |
||
31 | endef |
||
32 | |||
33 | define KernelPackage/leds-rb750/description |
||
34 | Kernel module for the LEDs on the MikroTik RouterBOARD 750. |
||
35 | endef |
||
36 | |||
37 | $(eval $(call KernelPackage,leds-rb750)) |
||
38 | |||
39 | |||
40 | define KernelPackage/leds-wndr3700-usb |
||
41 | SUBMENU:=$(LEDS_MENU) |
||
42 | TITLE:=WNDR3700 USB LED support |
||
43 | DEPENDS:=@TARGET_ar71xx |
||
44 | KCONFIG:=CONFIG_LEDS_WNDR3700_USB |
||
45 | FILES:=$(LINUX_DIR)/drivers/leds/leds-wndr3700-usb.ko |
||
46 | AUTOLOAD:=$(call AutoLoad,60,leds-wndr3700-usb) |
||
47 | endef |
||
48 | |||
49 | define KernelPackage/leds-wndr3700-usb/description |
||
50 | Kernel module for the USB LED on the NETGEAR WNDR3700 board. |
||
51 | endef |
||
52 | |||
53 | $(eval $(call KernelPackage,leds-wndr3700-usb)) |
||
54 | |||
55 | |||
56 | define KernelPackage/spi-vsc7385 |
||
57 | SUBMENU:=$(SPI_MENU) |
||
58 | TITLE:=Vitesse VSC7385 ethernet switch driver |
||
59 | DEPENDS:=@TARGET_ar71xx |
||
60 | KCONFIG:=CONFIG_SPI_VSC7385 |
||
61 | FILES:=$(LINUX_DIR)/drivers/spi/spi-vsc7385.ko |
||
62 | AUTOLOAD:=$(call AutoLoad,93,spi-vsc7385) |
||
63 | endef |
||
64 | |||
65 | define KernelPackage/spi-vsc7385/description |
||
66 | This package contains the SPI driver for the Vitesse VSC7385 ethernet switch. |
||
67 | endef |
||
68 | |||
69 | $(eval $(call KernelPackage,spi-vsc7385)) |