mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
f4fd2a1354
The option is already enabled in the target config since 9149ed4f05
("mvebu: cortexa9: Add support for Ctera C200-V2").
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
18 lines
668 B
Makefile
18 lines
668 B
Makefile
define KernelPackage/linkstation-poweroff
|
|
SUBMENU:=$(OTHER_MENU)
|
|
DEPENDS:=@TARGET_mvebu
|
|
TITLE:=Buffalo LinkStation power off driver
|
|
KCONFIG:=CONFIG_POWER_RESET_LINKSTATION
|
|
FILES:=$(LINUX_DIR)/drivers/power/reset/linkstation-poweroff.ko
|
|
AUTOLOAD:=$(call AutoLoad,31,linkstation-poweroff,1)
|
|
endef
|
|
|
|
define KernelPackage/linkstation-poweroff/description
|
|
This driver supports turning off some Buffalo LinkStations by
|
|
setting an output pin at the ethernet PHY to the correct state.
|
|
It also makes the device compatible with the WoL function.
|
|
Say Y here if you have a Buffalo LinkStation LS421D/E.
|
|
endef
|
|
|
|
$(eval $(call KernelPackage,linkstation-poweroff))
|