mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:18:26 +02:00
[PATCH 1/1] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30020 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cea253527a
commit
db842ffaf9
@ -8,24 +8,6 @@
|
||||
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
|
||||
SUBMENU:=$(LEDS_MENU)
|
||||
TITLE:=GPIO LED support
|
||||
@ -57,21 +39,6 @@ endef
|
||||
|
||||
$(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
|
||||
SUBMENU:=$(LEDS_MENU)
|
||||
|
Loading…
Reference in New Issue
Block a user