zoukankan      html  css  js  c++  java
  • Openwrt增加内核模块

    1:进入trunk/package目录

    2:新建Makefile和src目录

    注:这里的Makefile是给Openwrt读的,src目录是源码的存放目录及源码Makefile的存放目录

    3:进入src目录,新建源文件和Makefile,保存退出

    4:回到trunk目录执行make /package/helloworld/prepare

              make meunconfig-->选择helloworld-->保存退出

              make package/helloworld/compile

              make package/helloworld/installed

    我一般直接执行make 编译,从新生成固件,单个编译有点不放心。

  • 相关阅读:
    4d
    加载数据
    刘亮给的帮助
    加载数据
    选中并高亮显示
    ArcEngine
    接口编程
    好的参考文献
    在本地安装 wordpress
    C#读取EXCEL数据
  • 原文地址:https://www.cnblogs.com/be-m/p/4646548.html
Copyright © 2011-2022 走看看