Skip to content

Commit 45457ec

Browse files
authored
Merge branch 'develop' into RDKBACCL-1103_ipv6_regression
2 parents 312e785 + 75f3c06 commit 45457ec

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/util/utopia.bbappend

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ echo "#SelfHeal
8383
8484
#Custom Data Model
8585
\$custom_data_model_enabled=0
86-
\$custom_data_model_file_name=/usr/ccsp/tr069pa/custom_mapper.xml" >> ${D}${sysconfdir}/utopia/system_defaults
86+
\$custom_data_model_file_name=/usr/ccsp/tr069pa/custom_mapper.xml
87+
\$AutoReboot=true" >> ${D}${sysconfdir}/utopia/system_defaults
8788

8889
#Remote management
8990
sed -i 's/^\(\$mgmt_wan_httpsaccess=\)0/\11/' ${D}${sysconfdir}/utopia/system_defaults

meta-rdk-mtk-bpir4/recipes-wifi/hostapd/files/hostapd-2G.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ country_code=US
1313
ieee80211d=1
1414
channel=1
1515

16-
band_idx=0
1716
noscan=1
1817
rnr=1
1918
tx_queue_data2_burst=5.9

meta-rdk-mtk-bpir4/recipes-wifi/hostapd/files/hostapd-5G.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ieee80211d=1
1212
ieee80211h=1
1313
channel=36
1414

15-
band_idx=1
1615
noscan=1
1716
rnr=1
1817
tx_queue_data2_burst=5.9

meta-rdk-mtk-bpir4/recipes-wifi/hostapd/files/hostapd-6G.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ieee80211d=1
1212
ieee80211h=1
1313
channel=37
1414

15-
band_idx=2
1615
tx_queue_data2_burst=5.9
1716
ieee80211n=1
1817
ht_coex=0

0 commit comments

Comments
 (0)