commit | e3b31392958175f43310891d630b2f035bdd2793 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Apr 15 16:18:43 2022 +0800 |
committer | developer <developer@mediatek.com> | Fri Apr 15 16:18:43 2022 +0800 |
tree | ff3ec5090a9e493d2a86b09cadeb4647898a64b9 | |
parent | 78c793c93dc9827a0fea995f70e8742c8ace5047 [diff] |
[Add regs and mii-mgr tools to image] [Description] Add regs and mii-mgr tools to image 1. append regs and mii-mgr to IMAGE_INSTALL [Release-log]
diff --git a/recipes-core/images/rdk-generic-broadband-image.bbappend b/recipes-core/images/rdk-generic-broadband-image.bbappend index b2ed091..0781f60 100644 --- a/recipes-core/images/rdk-generic-broadband-image.bbappend +++ b/recipes-core/images/rdk-generic-broadband-image.bbappend
@@ -15,6 +15,8 @@ linux-mt76 \ kernel-module-mt76 \ kernel-module-mt7915e \ + regs \ + mii-mgr \ network-hotplug \ libmcrypt \ bzip2 \
diff --git a/recipes-core/images/rdk-generic-broadband-tdk-image.bbappend b/recipes-core/images/rdk-generic-broadband-tdk-image.bbappend index fb4e5b9..5a5ea58 100644 --- a/recipes-core/images/rdk-generic-broadband-tdk-image.bbappend +++ b/recipes-core/images/rdk-generic-broadband-tdk-image.bbappend
@@ -15,6 +15,8 @@ linux-mt76 \ kernel-module-mt76 \ kernel-module-mt7915e \ + regs \ + mii-mgr \ network-hotplug \ libmcrypt \ bzip2 \