4 --> OpenWRT newly added IPK software package, UCI api application

OpenWrt adds the ipk package process
1). Add a directory under the package directory of the source code
2). Add the src directory and the files directory under the hello directory
3). The src directory stores the module source code and source code compilation Makefile
4). The files directory stores the module Configuration files and startup scripts, etc.
5). Add Makefile to the top directory of hello. This Makefile contains compilation scripts and installation scripts.
6) The .patches directory is patch files, which correspond to the changes in the released source code.

Example content to be added

Guess you like

Origin blog.csdn.net/weixin_38387929/article/details/112524279