移植ethtool到arm平台
剩下的事情,几条命令搞定。
本文引用地址:https://www.eepw.com.cn/article/201611/317671.htmtar -xzf ethtool-3.15.tar.gz
cd ethtool-3.15./configure --host=arm-linux CC=arm-none-linux-gnueabi-gcc LDFLAGS=-static
make
cpethtool /path/to/rootfs/bin/
剩下的事情,几条命令搞定。
本文引用地址:https://www.eepw.com.cn/article/201611/317671.htmtar -xzf ethtool-3.15.tar.gz
cd ethtool-3.15make
cpethtool /path/to/rootfs/bin/
评论