[openwrt/openwrt] kirkwood: support for button in Pogoplug V4
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 10 07:56:19 EDT 2020
adrian pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/8ea6be1510af130ee458fb261372a042a1ba6490
commit 8ea6be1510af130ee458fb261372a042a1ba6490
Author: Sungbo Eo <mans0n at gorani.run>
AuthorDate: Sat Jul 4 01:15:52 2020 +0900
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 at gorani.run>
(cherry picked from commit 91472dc2ce051d255eecb7fbba3484de917fa65d)
---
target/linux/kirkwood/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile
index 7bf5fce328..1bebdc0d16 100644
--- a/target/linux/kirkwood/image/Makefile
+++ b/target/linux/kirkwood/image/Makefile
@@ -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
More information about the lede-commits
mailing list