From: Rafał Miłecki Date: Mon, 21 Jun 2021 06:49:03 +0000 (+0200) Subject: bcm4908: add kmod-gpio-button-hotplug X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fcfa60408c37a129b143e4928b6d86e383c2c8f6;p=openwrt%2Fstaging%2Fneocturne.git 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 --- 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))