mirror of https://github.com/hak5/openwrt-owl.git
leds.mk: remove obsolete references to leds-alix and leds-net5501 modules These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30020owl
parent
7a36f3d2ff
commit
5a61ba4e3a
|
@ -8,24 +8,6 @@
|
||||||
LEDS_MENU:=LED modules
|
LEDS_MENU:=LED modules
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,2.6.39)),1)
|
|
||||||
define KernelPackage/leds-alix
|
|
||||||
SUBMENU:=$(LEDS_MENU)
|
|
||||||
TITLE:=PCengines ALIX LED support
|
|
||||||
DEPENDS:=@TARGET_x86
|
|
||||||
KCONFIG:=CONFIG_LEDS_ALIX2
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-alix2.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,leds-alix2)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/leds-alix/description
|
|
||||||
Kernel module for PCengines ALIX LEDs
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,leds-alix))
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/leds-gpio
|
define KernelPackage/leds-gpio
|
||||||
SUBMENU:=$(LEDS_MENU)
|
SUBMENU:=$(LEDS_MENU)
|
||||||
TITLE:=GPIO LED support
|
TITLE:=GPIO LED support
|
||||||
|
@ -57,21 +39,6 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,leds-net48xx))
|
$(eval $(call KernelPackage,leds-net48xx))
|
||||||
|
|
||||||
define KernelPackage/leds-net5501
|
|
||||||
SUBMENU:=$(LEDS_MENU)
|
|
||||||
TITLE:=Soekris Net5501 LED support
|
|
||||||
DEPENDS:=@TARGET_x86 +kmod-gpio-cs5535 +kmod-leds-gpio
|
|
||||||
KCONFIG:=CONFIG_LEDS_NET5501
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-net5501.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,leds-net5501)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/leds-net5501/description
|
|
||||||
Kernel module for Soekris Net5501 LEDs
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,leds-net5501))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/leds-rb750
|
define KernelPackage/leds-rb750
|
||||||
SUBMENU:=$(LEDS_MENU)
|
SUBMENU:=$(LEDS_MENU)
|
||||||
|
|
Loading…
Reference in New Issue