Skip to content

Commit 879830a

Browse files
authored
Merge pull request #234 from kpandu987/rdkbaccl-1025
RDKBACCL-1025 : Need to automate daisy chain
2 parents e22f5a6 + a28e0de commit 879830a

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"PhyList": [
3+
{
4+
"Index": 0,
5+
"RadioList": [
6+
{
7+
"Index": 2,
8+
"RadioName": "wifi2",
9+
"InterfaceList": [
10+
{
11+
"InterfaceName": "wifi2",
12+
"Bridge": "brlan0",
13+
"vlanId": 0,
14+
"vapIndex": 3,
15+
"vapName": "private_ssid_6g"
16+
}
17+
]
18+
},
19+
{
20+
"Index": 1,
21+
"RadioName": "wifi1",
22+
"InterfaceList": [
23+
{
24+
"InterfaceName": "wifi1",
25+
"Bridge": "brlan0",
26+
"vlanId": 0,
27+
"vapIndex": 2,
28+
"vapName": "private_ssid_5g"
29+
}
30+
31+
]
32+
},
33+
{
34+
"Index": 0,
35+
"RadioName": "wifi0",
36+
"InterfaceList": [
37+
{
38+
"InterfaceName": "wifi0.1",
39+
"Bridge": "brlan0",
40+
"vlanId": 0,
41+
"vapIndex": 1,
42+
"vapName": "mesh_sta_2g"
43+
},
44+
{
45+
"InterfaceName": "wifi0",
46+
"Bridge": "brlan0",
47+
"vlanId": 0,
48+
"vapIndex": 0,
49+
"vapName": "private_ssid_2g"
50+
}
51+
]
52+
}
53+
]
54+
}
55+
]
56+
}

setup-environment-refboard-rdkb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ if [ "X$FEATURE_TYPE" == "XEasyMesh" ]; then
9595
sed -i '/sta_manager/s/^#//' ${_TOPDIR}/meta-cmf-bananapi/conf/distro/include/rdk-bpi.inc
9696
fi
9797

98+
if [ "X$FEATURE_TYPE" == "XExtender2" ]; then
99+
cp ${_TOPDIR}/meta-cmf-bananapi/meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/InterfaceMap_em_ext1.json ${_TOPDIR}/meta-cmf-bananapi/meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/InterfaceMap_em_ext.json
100+
sed -i 's/wifi1.1 info/wifi0.1 info/g' ${_TOPDIR}/meta-cmf-bananapi/meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/files/onewifi_pre_start_em_ext.sh
101+
sed -i '/wifi1.1 type/s/^/#/' ${_TOPDIR}/meta-cmf-bananapi/meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/files/onewifi_pre_start_em_ext.sh
102+
fi
103+
98104
if [ "X$BPI_IMG_TYPE" == "Xnand" ]; then
99105
sed -i '/sdmmc/s/^/#/' ${_TOPDIR}/meta-cmf-bananapi/conf/distro/include/rdk-bpi.inc
100106
else # SD card image is default

0 commit comments

Comments
 (0)