commit | de36400701c5e51315bde697759b06867b8ba9f9 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Apr 21 20:09:41 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Apr 21 20:09:41 2022 +0800 |
tree | 2c8ac9c08bad1d7aa0f3b96e9ebcfad2f31c896c | |
parent | 1969457393f1ae467795e649c94b6e9359ed848e [diff] |
[Fix firewall will not up after bootup] [Description] Fix firewall will not up after bootup 1. fix firewall will not up after bootup and will not restart after wan down or up [Release-log]
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