Giter Club home page Giter Club logo

padavan's Introduction

padavan for 小米路由器3G

根据 padavan 原版固件加入小米路由器3G适配文件,感谢 gorden5566 的汉化

说明

本着最小化原则,在原版基础上做以下修改

  • 简体中文 源于 gorden5566

  • 无线驱动更新

  • 关闭 exFAT 支持

  • 关闭摄像头支持

  • 关闭 NFS 服务

  • 关闭 samba 服务

  • 开启 samba 客户端支持

  • 关闭打印机支持

  • 开启 tcpdump 支持

  • 关闭 FTP 服务

  • 开启 SFTP 服务

  • 关闭 telnet 服务

  • 开启 SSH 服务

  • 关闭 openVPN 支持

  • 关闭 IPTV 支持

  • 关闭 DLNA 支持

  • 关闭 transmission 支持

  • 关闭 aria 支持

  • 终端高亮

  • NTP 修改为国内地址

  • 修改 WiFi 区域为**


编译

  1. 安装 git
    sudo apt-get update
    sudo apt-get install git
  2. 获取源码
    cd /usr/local/src
    git clone https://bitbucket.org/padavan/rt-n56u.git
    
  3. 安装依赖
    sudo apt-get update
    sudo apt-get install autoconf automake autopoint bison build-essential flex gawk gettext git gperf libtool pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev texinfo python-docutils
  4. 构建工具链
    cd /usr/local/src/rt-n56u/toolchain-mipsel
    sudo ./clean_sources
    sudo ./build_toolchain
  5. 获取小米路由器3G适配文件
    cd /usr/local/src
    git clone https://github.com/frostnotfall/Padavan.git
    cd /usr/local/src/Padavan
    sudo ./install.sh
    sudo cp -fv "/usr/local/src/rt-n56u/trunk/configs/templates/mi-r3g.config" "/usr/local/src/rt-n56u/trunk/.config"
  6. 编译 Padavan 固件
    cd /usr/local/src/rt-n56u/trunk
    sudo ./clear_tree
    sudo ./build_firmware
    

padavan's People

Contributors

frostnotfall avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.