From fcfa60408c37a129b143e4928b6d86e383c2c8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 21 Jun 2021 08:49:03 +0200 Subject: bcm4908: add kmod-gpio-button-hotplug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All bcm4908 devices are expected to have GPIO buttons to make relevant package selected by default. This "fixes" triggering failsafe mode. Signed-off-by: Rafał Miłecki --- target/linux/bcm4908/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index ce5f230ca6..bbe5030b65 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -22,6 +22,7 @@ KERNELNAME:=Image dtbs DEFAULT_PACKAGES += \ bcm4908img \ + kmod-gpio-button-hotplug \ kmod-usb-ohci kmod-usb2 kmod-usb3 $(eval $(call BuildTarget)) -- cgit v1.2.3