Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
54
target/linux/mvebu/modules.mk
Normal file
54
target/linux/mvebu/modules.mk
Normal file
@@ -0,0 +1,54 @@
|
||||
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))
|
||||
|
||||
|
||||
define KernelPackage/turris-omnia-mcu
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=CZ.NIC's Turris Omnia MCU driver
|
||||
DEPENDS:=@TARGET_mvebu_cortexa9
|
||||
KCONFIG:= \
|
||||
CONFIG_CZNIC_PLATFORMS=y \
|
||||
CONFIG_TURRIS_OMNIA_MCU
|
||||
FILES:=$(LINUX_DIR)/drivers/platform/cznic/turris-omnia-mcu.ko
|
||||
AUTOLOAD:=$(call AutoProbe,turris-omnia-mcu,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/turris-omnia-mcu/description
|
||||
This adds support for the features implemented by the microcontroller
|
||||
on the CZ.NIC's Turris Omnia SOHO router, including true board
|
||||
poweroff, the ability to configure wake up from powered off state at
|
||||
a specific time, MCU watchdog and MCU connected GPIO pins.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,turris-omnia-mcu))
|
||||
|
||||
|
||||
define KernelPackage/leds-turris-omnia
|
||||
SUBMENU:=$(LEDS_MENU)
|
||||
TITLE:=LED support for CZ.NIC's Turris Omnia
|
||||
DEPENDS:=@TARGET_mvebu_cortexa9
|
||||
KCONFIG:=CONFIG_LEDS_TURRIS_OMNIA
|
||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-turris-omnia.ko
|
||||
AUTOLOAD:=$(call AutoLoad,60,leds-turris-omnia,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/leds-turris-omnia/description
|
||||
This option enables support for the LEDs of the CZ.NIC Turris Omnia.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,leds-turris-omnia))
|
||||
Reference in New Issue
Block a user