[openwrt/openwrt] bcm53xx: drop kmod-ledtrig-default-on and kmod-ledtrig-netdev
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 28 16:08:27 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7e85c30938fd9ba73632222e86403ab6c75d88e5
commit 7e85c30938fd9ba73632222e86403ab6c75d88e5
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Oct 24 23:46:44 2024 +0200
bcm53xx: drop kmod-ledtrig-default-on and kmod-ledtrig-netdev
Drop kmod-ledtrig-default-on and kmod-ledtrig-netdev as the kmod were
dropped and are now enabled by default.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/bcm53xx/image/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index ce61ffa468..5a0b2c07a7 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -424,8 +424,7 @@ define Device/meraki_mx6x
KERNEL_IN_UBI := 1
KERNEL_LOADADDR := 0x60008000
DEVICE_PACKAGES := -oseama kmod-leds-pwm kmod-usb-ehci \
- kmod-usb-ohci kmod-usb2 \
- kmod-ledtrig-default-on kmod-ledtrig-netdev
+ kmod-usb-ohci kmod-usb2
DEVICE_VENDOR := Cisco Meraki
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
More information about the lede-commits
mailing list