Git Product home page Git Product logo

kimocoder / dwr-966 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brunompena/dwr-966

0.0 2.0 0.0 781.44 MB

D-Link DWR-966 v1.0.3CP GPL Source Code

Home Page: https://tsd.dlink.com.tw/

License: Other

Makefile 0.81% Shell 0.42% C 93.22% Assembly 2.17% C++ 2.19% Objective-C 0.68% Awk 0.01% Python 0.02% GDB 0.01% Perl 0.11% SourcePawn 0.01% Pawn 0.01% Yacc 0.02% Lex 0.01% M4 0.03% Roff 0.13% UnrealScript 0.01% Scilab 0.01% ASP 0.17% XS 0.01%

dwr-966's Introduction

0. Introduction
	This file will show you how to build the GPL linux system.

Step1. Install Ubuntu 12.04.5 LTS (i386), and make sure that the system is upgrate to latest updates.
	
Step2. Setup build environment.	
	
	sudo apt-get update
	sudo apt-get install vim
	sudo apt-get install git
	sudo apt-get install git-core
	sudo apt-get install curl 

	//////// install g++ /////////////
	sudo apt-get install g++
	sudo apt-get install autoconf
	sudo apt-get install subversion
	sudo apt-get install bison	

	//////// install ncurse /////////////
	sudo apt-get install libncurses5-dev	

	//////// install zlib /////////////
	sudo apt-get install zlib1g-dev 	
	
	//////// install flex /////////////
	download flex_2.5.35-10ubuntu3_i386.deb  http://packages.ubuntu.com/precise/i386/flex/download
	sudo dpkg -i flex_2.5.35-10ubuntu3_i386.deb 	(There may be error here, please use Linux update manager to update system again)
	sudo apt-get -f install
	sudo dpkg -i flex_2.5.35-10ubuntu3_i386.deb  (run this command again)
	
	//////// install gawk /////////////
	download libsigsegv2_2.9-4ubuntu3_i386.deb http://www.filewatcher.com/m/libsigsegv2_2.9-4ubuntu3_i386.deb.14568-0.html
	sudo dpkg -i libsigsegv2_2.9-4ubuntu3_i386.deb	

	download gawk_4.0.1+dfsg-2_i386.deb http://www.filewatcher.com/m/gawk_4.0.1+dfsg-2_i386.deb.932592-0.html
	sudo dpkg -i gawk_4.0.1+dfsg-2_i386.deb 	
	sudo apt-get -f install

	download scsh-common-0.6_0.6.7-8_all.deb http://packages.ubuntu.com/zh-tw/precise/all/scsh-common-0.6/download
	sudo dpkg -i scsh-common-0.6_0.6.7-8_all.deb
	
	downlaod build-essential_11.5ubuntu2_i386.deb http://packages.ubuntu.com/zh-tw/precise/i386/build-essential/download
	sudo dpkg -i build-essential_11.5ubuntu2_i386.deb (There may be error here, please use Linux update manager to update system again)
	sudo apt-get -f install
	sudo dpkg -i build-essential_11.5ubuntu2_i386.deb (run this command again)
	
	sudo apt-get install openssh-server 
	sudo apt-get install gettext  	
	
Step3. Build code command
	1. change the directory to GPL code folder. ex. "GPL_v103CP"
	2. ./scripts/ltq_change_environment.sh switch ./config/P02003
	3. compile command: choice one of below commands.
		3.1 $ make
		3.2 $ make V=s (for detail compile information)
		3.3 $ make V=s > compile.log  (if you want to record the compile log)
	4. After make successfully, you will find the image file in ./bin/lantiq/P02003, the file name should be fullimage.img
		

dwr-966's People

Contributors

brunompena avatar

Watchers

 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.