[openwrt/openwrt] bcm4908: add kmod-gpio-button-hotplug
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 21 23:39:33 PDT 2021
rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/25daa921da05c45263282a4cd25a4ff864131f0d
commit 25daa921da05c45263282a4cd25a4ff864131f0d
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>
(cherry picked from commit fcfa60408c37a129b143e4928b6d86e383c2c8f6)
---
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