2020-08-28 09:20:36 +00:00
|
|
|
define KernelPackage/linkstation-poweroff
|
|
|
|
SUBMENU:=$(OTHER_MENU)
|
|
|
|
DEPENDS:=@TARGET_mvebu
|
|
|
|
TITLE:=Buffalo LinkStation power off driver
|
2022-01-01 13:00:56 +00:00
|
|
|
KCONFIG:=CONFIG_POWER_RESET_LINKSTATION
|
2020-08-28 09:20:36 +00:00
|
|
|
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))
|