Git Product home page Git Product logo

benjaminlevine / tdw8980_gpl Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 344.94 MB

GPL Listing for TP Link TD-W8980 from http://www.tp-link.com.au/download/TD-W8980.html#GPL-Code

Makefile 1.65% C 88.76% Shell 1.37% HTML 1.28% C++ 1.98% Perl 0.34% Python 0.04% Awk 0.01% Lex 0.06% Yacc 0.08% Roff 1.03% Prolog 0.04% Assembly 2.08% Objective-C 0.26% Verilog 0.01% M4 0.70% TeX 0.25% Perl 6 0.06% XSLT 0.01% Max 0.02%
wave300 lantiq tdw8980 5ghz

tdw8980_gpl's Introduction

TP-LINK GPL code readme
 
1. This package contains all GPL code used by TP-LINK DSL Routers with Linux OS.
2. All components have been built successfully on Redhat Enterprise Linux 4.0 Workstation. 
3. Compiling components in this package on platforms other than Redhat Enterprise Linux 4.0 Workstation may cause unexpected results. 
4. Recommended using "root" or "sudo" command to build the code. 
5. After building the code, you will get the uboot and linux kernel image, then you can make rootfs with mksquashfs too, but you can't upgrade these images to your router through web management page. 
 
Build Instructions 
1. All build targets are in ./GPL_TD-W8980/build/, you should enter this directory to build components. 
2. Build toolchain and tools.
	 make -f Makefile.prep 
3. Build components: 
    1)Build u-boot bootloader
        make boot_build
     
    2)Build linux kernel image
        make kernel_build
 
    3)Build some kernel modules, such as netfilter, netsched.
        make modules_build
  
    4)Build some application, such as busybox, iptables and so on.
        make apps_build
		
    5)Build some wireless support software, such as hostapd, wpa supplicant.
        make wlan_build
			
	6)Build rootfs
		make fs_build

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.