Skip to content

Commit 6743810

Browse files
authored
Merge branch 'develop' into 978
2 parents 2b4abc7 + ad6fbbf commit 6743810

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ echo "#SelfHeal
8282
\$EnableTR69Binary=true
8383
8484
#Custom Data Model
85-
$custom_data_model_enabled=0
86-
$custom_data_model_file_name=/usr/ccsp/tr069pa/custom_mapper.xml" >> ${D}${sysconfdir}/utopia/system_defaults
85+
\$custom_data_model_enabled=0
86+
\$custom_data_model_file_name=/usr/ccsp/tr069pa/custom_mapper.xml" >> ${D}${sysconfdir}/utopia/system_defaults
8787

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

meta-rdk-mtk-bpir4/recipes-devtools/init-filogic/init-filogic.bbappend

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ if [ $? -eq 0 ];then \
1616
ifconfig lan${i} hw ether $LAN_MAC \
1717
fi \
1818
done \
19+
BRLAN_MAC=`cat /nvram/mac_addresses.txt | grep -a brlan0 | cut -d " " -f 2` \
20+
ifconfig brlan0 hw ether $BRLAN_MAC \
1921
fi' ${D}${sbindir}/init-bridge.sh
2022
}
2123

0 commit comments

Comments
 (0)