[openwrt/openwrt] bcm4908: add kmod-gpio-button-hotplug

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 21 00:13:16 PDT 2021


rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fcfa60408c37a129b143e4928b6d86e383c2c8f6

commit fcfa60408c37a129b143e4928b6d86e383c2c8f6
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Mon Jun 21 08:49:03 2021 +0200

    bcm4908: add kmod-gpio-button-hotplug
    
    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 <rafal at milecki.pl>
---
 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))



More information about the lede-commits mailing list