Linux/Android 系统怎么修改mac地址

使用 busybox ifconfig eth0 hw ether AA:BB:CC:DD:EE 可以修改,

但是每次重启都会改回原来的.

所以要修改 /etc/init.mini210.sh (可能不一样)
添加一段
ifup eth0
busybox ifconfig eth0 hw ether AA:BB:CC:DD:EE

使每次开机时自动修改

原讨论来自

http://www.arm9home.net/read.php?tid=17256

上一篇:坚持Delphi的厂商与产品


下一篇:Practical Vim 第一章 & 第二章