[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

1 file changed
tree: 6f59a83346f22b08fbaa278a3104929d514d82b0
  1. conf/
  2. mtk_scripts/
  3. recipes-bsp/
  4. recipes-ccsp/
  5. recipes-common/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-kernel/
  11. recipes-networking/
  12. recipes-protocols/
  13. recipes-rdkb/
  14. recipes-support/
  15. scripts/
  16. CONTRIBUTING.md
  17. COPYING
  18. LICENSE
  19. NOTICE
  20. README.md
  21. setup-environment
README.md

meta-turris

External layer for turris omnia

Quick Build steps

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