aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorAlberto Bursi <alberto.bursi@outlook.it>2018-05-09 22:38:20 +0200
committerJohn Crispin <john@phrozen.org>2018-05-15 06:39:37 +0200
commite09d4c850d7f9b8dd840ed8066fd2f6cfc819a84 (patch)
tree6ef65b69a6390eec5a19d5e83afe63f6255bd128 /target/linux/kirkwood
parentc15dfbeea004d2e5e0710f4216590d4207bbc998 (diff)
downloadupstream-e09d4c850d7f9b8dd840ed8066fd2f6cfc819a84.tar.gz
upstream-e09d4c850d7f9b8dd840ed8066fd2f6cfc819a84.tar.bz2
upstream-e09d4c850d7f9b8dd840ed8066fd2f6cfc819a84.zip
kirkwood: support for buttons in Audi and Viper
Both these devices have a wps and a reset button on GPIO pins, which need kmod-gpio-button-hotplug package to work. Add this package to their default package config. Troubleshooted and tested on a Viper. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile
index 39d93275f4..fdf86099bc 100644
--- a/target/linux/kirkwood/image/Makefile
+++ b/target/linux/kirkwood/image/Makefile
@@ -64,7 +64,7 @@ TARGET_DEVICES += iom_iconnect-1.1
define Device/linksys_audi
DEVICE_TITLE := Linksys EA3500 (Audi)
- DEVICE_PACKAGES := kmod-mwl8k swconfig wpad-mini
+ DEVICE_PACKAGES := kmod-mwl8k swconfig wpad-mini kmod-gpio-button-hotplug
DEVICE_DTS := kirkwood-linksys-audi
KERNEL_SIZE := 2624k
KERNEL_IN_UBI := 0
@@ -77,7 +77,7 @@ TARGET_DEVICES += linksys_audi
define Device/linksys_viper
DEVICE_TITLE := Linksys E4200v2 / EA4500 (Viper)
- DEVICE_PACKAGES := kmod-mwl8k swconfig wpad-mini
+ DEVICE_PACKAGES := kmod-mwl8k swconfig wpad-mini kmod-gpio-button-hotplug
DEVICE_DTS := kirkwood-linksys-viper
KERNEL_SIZE := 2688k
KERNEL_IN_UBI := 0