zoukankan      html  css  js  c++  java
  • openwrt

    一: 源码下载

          https://dev.openwrt.org/wiki/GetSource

    二:trunk/README

      (1) make menuconfig;

        configure your appreciated configuration for the toolchain and firmware.

      (2) ./scripts/feeds update -a;

        get all teh latest package definations defined in feeds.conf / feeds.conf.default respectively

      (3) ./scripts/feeds install -a;

        install symlinks of all of them into package/feeds.

      (4) make menuconfig;

        configure your image.

      (5) make;

        Simply running "make" will build your firmware.

        It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications.

      (6) scripts/flashing/flash.sh;

        remotely updating your embedded system via tftp;

      (7) make -C docs/;

        The OpenWrt system is documented in docs/. You will need a LaTeX distribution and the

        tex4ht package to build the documentation. "make -C docs/" to build it.

               

               You need to install PDFLaTeX to build the OpenWrt documentation.

        .........................  tex4ht..........................................................

        .........................  LaTeX ..........................................................

               

  • 相关阅读:
    mysql 主从配置
    doGet和doPost的区别
    我的第一个MVC项目
    c3p0xml配置详解
    c3p0连接数据库
    java加载资源文件
    Windows上部署Python
    Windows上部署Python
    NagiosQL安装
    Nagios Windows客户端NSClient++ 0.4.x安装配置
  • 原文地址:https://www.cnblogs.com/gavinwu/p/3685738.html
Copyright © 2011-2022 走看看