README.md

    openwrt

    wireless-tag openwrt

    support ramips(MT7628/MT7621)

    Branch

    • 17.01

      based on openwrt lede-17.01

    Compile

    ubuntu 16.04

    • prepare dpendency

      sudo apt-get install subversion build-essential \
          libncurses5-dev zlib1g-dev gawk git ccache \
          gettext libssl-dev xsltproc libxml-parser-perl \
          gengetopt default-jre-headless ocaml-nox sharutils
    • for ubuntu 64 bits

      sudo dpkg --add-architecture i386
      sudo apt-get update
      sudo apt-get install zlib1g:i386 libstdc++6:i386 libc6:i386
    • clone repo and go to main dir

      git clone https://github.com/wireless-tag-cn/openwrt.git
      cd openwrt/17.01
    • config board

      • For WT7628
        make WT7628_wt
    • build make V=s -j4

    项目简介

    当前项目暂无项目简介

    发行版本

    当前项目没有发行版本

    贡献者 2

    开发语言

    • C 62.9 %
    • Makefile 15.7 %
    • Shell 6.8 %
    • C++ 4.6 %
    • Roff 4.4 %