diff options
author | John Klug <john.klug@multitech.com> | 2019-03-27 11:03:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 52ee70fe1db9307818702d57f0e4a45f6d3e9ddb (patch) | |
tree | 4fa75015952142eda8ee47421d2ee63889c3ca7f /recipes-core/images | |
parent | 7b0d73bd3c2dd89cb36328a29d36e43f1d2ba9d3 (diff) | |
download | meta-mlinux-52ee70fe1db9307818702d57f0e4a45f6d3e9ddb.tar.gz meta-mlinux-52ee70fe1db9307818702d57f0e4a45f6d3e9ddb.tar.bz2 meta-mlinux-52ee70fe1db9307818702d57f0e4a45f6d3e9ddb.zip |
Remove ledrig-default-on module which is now built-in
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mtcap-modules.inc | 1 | ||||
-rw-r--r-- | recipes-core/images/mtr-modules.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/images/mtcap-modules.inc b/recipes-core/images/mtcap-modules.inc index 348e10e..8cdfea4 100644 --- a/recipes-core/images/mtcap-modules.inc +++ b/recipes-core/images/mtcap-modules.inc @@ -127,7 +127,6 @@ IMAGE_INSTALL += " \ kernel-module-l2tp-ppp \ kernel-module-leds-blinkm \ kernel-module-leds-regulator \ - kernel-module-ledtrig-default-on \ kernel-module-ledtrig-gpio \ kernel-module-ledtrig-heartbeat \ kernel-module-ledtrig-netdev \ diff --git a/recipes-core/images/mtr-modules.inc b/recipes-core/images/mtr-modules.inc index a6474de..db841ff 100644 --- a/recipes-core/images/mtr-modules.inc +++ b/recipes-core/images/mtr-modules.inc @@ -134,7 +134,6 @@ IMAGE_INSTALL_append = " \ kernel-module-l2tp-ppp \ kernel-module-leds-blinkm \ kernel-module-leds-regulator \ - kernel-module-ledtrig-default-on \ kernel-module-ledtrig-gpio \ kernel-module-ledtrig-heartbeat \ kernel-module-ledtrig-netdev \ |