commit | 08970cce607b46ce39b2d67899c0f3f375a5c333 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Jul 26 15:13:11 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Jul 26 15:13:11 2022 +0800 |
tree | 91f40a096bb3c4a506f54b578db5a93327913171 | |
parent | b11fa9fbcca1f7b0dcbafdded206f7c8fd279fb1 [diff] |
[RDKB][mt7986][app][Add L2TP and IPSec tools] [Description] Add L2TP and IPSec tools 1. upgrade the version of xl2tpd tool from 1.3.14 to 1.3.16 2. build in strongswan and xl2tpd tools for IPSec and L2TP [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