File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
recipes-devtools/init-filogic Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
8989sed -i 's/^\(\$mgmt_wan_httpsaccess=\)0/\11/' ${D}${sysconfdir} /utopia /system_defaults
Original file line number Diff line number Diff 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 \
1921fi' ${D}${sbindir} /init -bridge . sh
2022}
2123
You can’t perform that action at this time.
0 commit comments