aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-07-04 01:15:52 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-10 13:55:54 +0200
commit8ea6be1510af130ee458fb261372a042a1ba6490 (patch)
tree24d8bf3e01649261ee4c6de05740b0561cef26ce /target/linux
parentde75d6ecfaa50261cfffba0e0f61a5cc3cc0d001 (diff)
downloadupstream-8ea6be1510af130ee458fb261372a042a1ba6490.tar.gz
upstream-8ea6be1510af130ee458fb261372a042a1ba6490.tar.bz2
upstream-8ea6be1510af130ee458fb261372a042a1ba6490.zip
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 91472dc2ce051d255eecb7fbba3484de917fa65d)
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/kirkwood/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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