
openwrt
文章平均质量分 54
badagougou
这个作者很懒,什么都没留下…
展开
-
openwrt 应用开发:hello openwrt
参照https://blog.youkuaiyun.com/a_tu_/article/details/51509474工程文件package 目录下,新建目录文件test。在test文件夹下新建src目录文件,和Makefile 文件。该makefile文件内容如下:include $(TOPDIR)/rules.mkPKG_NAME:=testPKG_RELEASE:=1PKG_B...原创 2019-02-26 11:26:20 · 331 阅读 · 0 评论 -
openwrt 亲测可用串口实例
#include <stdio.h>#include <stdlib.h> #include <unistd.h> #include <sys/types.h>#include <sys/stat.h>#include <fcntl.h> #include ...原创 2017-12-11 17:13:56 · 2945 阅读 · 0 评论