1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

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@milecki.pl>
This commit is contained in:
Rafał Miłecki 2021-06-21 08:49:03 +02:00
parent 5cff6c1abb
commit fcfa60408c

View File

@ -22,6 +22,7 @@ KERNELNAME:=Image dtbs
DEFAULT_PACKAGES += \
bcm4908img \
kmod-gpio-button-hotplug \
kmod-usb-ohci kmod-usb2 kmod-usb3
$(eval $(call BuildTarget))