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>
This commit is contained in:
parent
c15dfbeea0
commit
e09d4c850d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue