Giter VIP home page Giter VIP logo

sandacn / rt-n56u Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moonman/rt-n56u

0.0 2.0 0.0 1.38 GB

ASUS RT-N56U/N65U/N14U custom firmware with QOS

Shell 1.38% C++ 1.65% Makefile 0.47% C 90.85% Groff 0.52% Lex 0.01% Yacc 0.02% Perl 0.49% Awk 0.01% Assembly 1.89% Objective-C 0.80% Prolog 0.01% CSS 0.03% HTML 1.80% Verilog 0.01% CMake 0.01% Visual Basic 0.01% DIGITAL Command Language 0.05% Batchfile 0.01% Perl 6 0.01%

rt-n56u's Introduction

rt-n56u-qos

ASUS RT-N56U/N65U/N14U custom firmware with QOS

Upstream: OLD/ARCHIVED: http://code.google.com/p/rt-n56u/ CURRENT: https://bitbucket.org/padavan/rt-n56u/
Prebuilt Images: https://www.mediafire.com/folder/z09g335s500o4/Padavan%27s_RTN56U_firmware_QOS_mod

========

Modifications:

  1. Added BFQ I/O scheduler
  2. Added OpenWRT QOS script for QOS into the firmware
  3. Added patch for newer systems with texinfo >= 5 to bootstrap cross-gcc 4.4.7
  4. Added gcc 4.7.3. All images are compiled with this now.
    Starting with *3.8-081-moonman-6 all builds are compiled with gcc 4.8.2 (with better optimizations for 74kc)
    Starting with *3.8-084-moonman-7 all builds are compiled with gcc 4.9.1 ** Beware: any version of gcc past 4.4.7 causes problems in builds, particularly native ipv6 does not work, and ** PPTPD does not accept connections. I've reverted back to 4.4.7 until these problems are resolved.
  5. All images are compiled with appropriate compiler optimizations instead of generic mips32r2:
    RT-N14U: -march=24kec -mtune=24kec
    RT-N56U/RT-N65U: -march=74kc -mtune=74kc

=========

How-To:

  1. If NOT coming from stock f/w, reset internal storage after flashing:
    Advanced Settings -> Administration -> Settings ->
    Router Internal Storage (/etc/storage) -> Reset
  2. Disable HW Nat:
    Advanced Settings -> WAN -> Hardware offload NAT/Routing IPv4 -> Disable
  3. SSH (or WinSCP) into the router and modify /etc/storage/qos.conf for your connection
  4. Change QOS_ENABLED variable in qos.conf to YES (all caps)

=========

To build:

  1. Follow the steps outlined here:
    http://code.google.com/p/rt-n56u/wiki/HowToMakeFirmware
  2. Additionaly install sudo if it isn't installed. (it isn't, by default, in Debian)

========

I use ArchLinux installation with debian sid chroot.

Install "debootstrap" from aur and create a chroot.
Place this script in <chrootdir>/bin and make it executable
(I called this script "start")

#!/bin/bash

PATH=$PATH:/bin:/sbin:/usr/sbin
export PATH

/bin/bash

to chroot use

arch-chroot <chrootdir> /bin/start

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.