modules.mk 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. define KernelPackage/leds-nu801
  8. SUBMENU:=$(LEDS_MENU)
  9. TITLE:=Meraki MR18 LED support
  10. DEPENDS:=@TARGET_ar71xx
  11. KCONFIG:=CONFIG_LEDS_NU801
  12. FILES:=$(LINUX_DIR)/drivers/leds/leds-nu801.ko
  13. AUTOLOAD:=$(call AutoLoad,60,leds-nu801)
  14. endef
  15. define KernelPackage/leds-nu801/description
  16. Kernel module for the nu801 LED driver used on the Meraki MR18.
  17. endef
  18. $(eval $(call KernelPackage,leds-nu801))
  19. define KernelPackage/leds-rb750
  20. SUBMENU:=$(LEDS_MENU)
  21. TITLE:=RouterBOARD 750 LED support
  22. DEPENDS:=@TARGET_ar71xx
  23. KCONFIG:=CONFIG_LEDS_RB750
  24. FILES:=$(LINUX_DIR)/drivers/leds/leds-rb750.ko
  25. AUTOLOAD:=$(call AutoLoad,60,leds-rb750)
  26. endef
  27. define KernelPackage/leds-rb750/description
  28. Kernel module for the LEDs on the MikroTik RouterBOARD 750.
  29. endef
  30. $(eval $(call KernelPackage,leds-rb750))
  31. define KernelPackage/leds-wndr3700-usb
  32. SUBMENU:=$(LEDS_MENU)
  33. TITLE:=WNDR3700 USB LED support
  34. DEPENDS:=@TARGET_ar71xx
  35. KCONFIG:=CONFIG_LEDS_WNDR3700_USB
  36. FILES:=$(LINUX_DIR)/drivers/leds/leds-wndr3700-usb.ko
  37. AUTOLOAD:=$(call AutoLoad,60,leds-wndr3700-usb)
  38. endef
  39. define KernelPackage/leds-wndr3700-usb/description
  40. Kernel module for the USB LED on the NETGEAR WNDR3700 board.
  41. endef
  42. $(eval $(call KernelPackage,leds-wndr3700-usb))
  43. define KernelPackage/spi-vsc7385
  44. SUBMENU:=$(SPI_MENU)
  45. TITLE:=Vitesse VSC7385 ethernet switch driver
  46. DEPENDS:=@TARGET_ar71xx
  47. KCONFIG:=CONFIG_SPI_VSC7385
  48. FILES:=$(LINUX_DIR)/drivers/spi/spi-vsc7385.ko
  49. AUTOLOAD:=$(call AutoLoad,93,spi-vsc7385)
  50. endef
  51. define KernelPackage/spi-vsc7385/description
  52. This package contains the SPI driver for the Vitesse VSC7385 ethernet switch.
  53. endef
  54. $(eval $(call KernelPackage,spi-vsc7385))