diff options
author | John Klug <john.klug@multitech.com> | 2019-03-21 11:35:40 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-03-21 11:35:40 -0500 |
commit | 117dac9213ecc8de6aea6e1c3cee56d555eabf11 (patch) | |
tree | 972858a6191377047f9187d4c77c2eb15981d766 | |
parent | 8e2410624bdf80579dce1ea879ea111694713c6e (diff) | |
download | meta-mlinux-117dac9213ecc8de6aea6e1c3cee56d555eabf11.tar.gz meta-mlinux-117dac9213ecc8de6aea6e1c3cee56d555eabf11.tar.bz2 meta-mlinux-117dac9213ecc8de6aea6e1c3cee56d555eabf11.zip |
Remove kernel-module-cn package which no longer exists.
-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 cd89e92..348e10e 100644 --- a/recipes-core/images/mtcap-modules.inc +++ b/recipes-core/images/mtcap-modules.inc @@ -47,7 +47,6 @@ IMAGE_INSTALL += " \ kernel-module-cdc-wdm \ kernel-module-cfg80211 \ kernel-module-cmac \ - kernel-module-cn \ kernel-module-crc32c-generic \ kernel-module-crc32-generic \ kernel-module-ctr \ diff --git a/recipes-core/images/mtr-modules.inc b/recipes-core/images/mtr-modules.inc index 8facc37..a6474de 100644 --- a/recipes-core/images/mtr-modules.inc +++ b/recipes-core/images/mtr-modules.inc @@ -54,7 +54,6 @@ IMAGE_INSTALL_append = " \ kernel-module-cdc-wdm \ kernel-module-cfg80211 \ kernel-module-cmac \ - kernel-module-cn \ kernel-module-crc32c-generic \ kernel-module-crc32-generic \ kernel-module-ctr \ |