commit | b3aa3f1872d95e78f4045fb6aeb6e8b683b55d5e | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Apr 26 15:36:20 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Apr 26 15:36:20 2022 +0800 |
tree | 6f59a83346f22b08fbaa278a3104929d514d82b0 | |
parent | 15ced9aab73ea4d85c70b206910d9c85f4ef9c57 [diff] |
[Fix hostapd init script with awk] [Description] Fix hostapd init script error when using awk to fill Mac address field. The original method can only be used by gawk. And the new method can be used by both gawk and awk. [Release-log] N/A
External layer for turris omnia
Follow this build steps to generate RDKB image and assuming that yocto environment setting is already done.
$ mkdir <workspace dir> $ cd <workspace dir> $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-next (or) $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-nosrc.xml -b rdk-next $ repo sync -j4 --no-clone-bundle $ MACHINE=turris source meta-turris/setup-environment $ bitbake rdk-generic-broadband-image