mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
kirkwood: support for button in Pogoplug V4
Pogoplug V4 has a reset button on a GPIO pin.
To use it, kmod-gpio-button-hotplug package needs to be installed.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
(cherry picked from commit 91472dc2ce)
This commit is contained in:
parent
de75d6ecfa
commit
8ea6be1510
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ TARGET_DEVICES += cloudengines_pogoe02
|
|||
define Device/cloudengines_pogoplugv4
|
||||
DEVICE_TITLE := Cloud Engines Pogoplug V4
|
||||
DEVICE_DTS := kirkwood-pogoplug-series-4
|
||||
DEVICE_PACKAGES := kmod-usb3
|
||||
DEVICE_PACKAGES := kmod-usb3 kmod-gpio-button-hotplug
|
||||
endef
|
||||
TARGET_DEVICES += cloudengines_pogoplugv4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue