摘要:
答:请参考linux内核文档 https://www.kernel.org/doc/Documentation/networking/tuntap.txt 阅读全文
摘要:
答:往libubox的Makefile中加入+librt即可解决依赖关系 示例如下: $ cat <openwrt source code>/package/libs/libubox/Makefile ... define Package/libubox ... DEPENDS:=+librt en 阅读全文