[openwrt/openwrt] bmips: dgnd3700v1/dgnd3800b: add missing kmod-leds-gpio
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 11 01:41:15 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/bb1f3ebd560aaeb34ecf9361bafad1019e270d4d
commit bb1f3ebd560aaeb34ecf9361bafad1019e270d4d
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sun Jun 11 10:25:03 2023 +0200
bmips: dgnd3700v1/dgnd3800b: add missing kmod-leds-gpio
Commit ed79519b8d89 missed adding kmod-leds-gpio to these devices.
Fixes: ed79519b8d89 ("bmips: add support for Netgear DGND3700 v1, DGND3800B")
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bmips/image/bcm6368.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/target/linux/bmips/image/bcm6368.mk b/target/linux/bmips/image/bcm6368.mk
index 923701fd80..e7d907fddb 100644
--- a/target/linux/bmips/image/bcm6368.mk
+++ b/target/linux/bmips/image/bcm6368.mk
@@ -25,7 +25,8 @@ define Device/netgear_dgnd3700-v1
NETGEAR_BOARD_ID := U12L144T01_NETGEAR_NEWLED
NETGEAR_REGION := 1
DEVICE_PACKAGES += $(USB2_PACKAGES) \
- $(B43_PACKAGES)
+ $(B43_PACKAGES) \
+ kmod-leds-gpio
endef
TARGET_DEVICES += netgear_dgnd3700-v1
@@ -39,7 +40,8 @@ define Device/netgear_dgnd3800b
NETGEAR_BOARD_ID := U12L144T11_NETGEAR_NEWLED
NETGEAR_REGION := 1
DEVICE_PACKAGES += $(USB2_PACKAGES) \
- $(B43_PACKAGES)
+ $(B43_PACKAGES) \
+ kmod-leds-gpio
endef
TARGET_DEVICES += netgear_dgnd3800b
More information about the lede-commits
mailing list