全志A40I自定义mac地址,重启不变

#mount -o rw,remount -t auto /system
#busybox vi /system/etc/insmodlate.sh  

在insmodlate.sh中添加
#set mac address
ifconfig eth0 down
ifconfig eth0 hw ether 10:10:10:10:10:10
ifconfig eth0 up
 

发布了13 篇原创文章 · 获赞 15 · 访问量 1227

猜你喜欢

转载自blog.csdn.net/qq_32017483/article/details/103435447