Skip to content

kyle30312/lede-imagebuilder-ramips-mt7628

 
 

Repository files navigation

Imagebuilder for ar71xx generic

System Requirement

  • x86_64 platform
  • ubuntu or other linux
  • You need to install necessary software
$ sudo apt-get update
$ sudo apt-get install subversion build-essential git-core libncurses5-dev 
zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial 
bzr ecj cvs unzip git wget

Download the Source

$ git clone https://github.com/gl-inet/lede-imagebuilder-ramips-mt7628.git
$ cd lede-imagebuilder-ramips-mt7628

Configuration

You can change images.json file to install or remove packages for your
preference. Note that "-pkgname" in the package list means remove "pkgname"
from the package list.

Create Image

We can use gl_image utility to create image quickly. You can issue
gl_image --help for help.

Stoke firmware:  
$ ./gl_image

Clean firmware with files directory and custom packages:
$ ./gl_image -t clean -p '-wpad-mini wpad' -f ./files

Available image or profile is listed in images.json.

About

Imagebuilder for ramips mt7628.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 24.7%
  • Shell 21.7%
  • Perl 16.2%
  • Makefile 13.6%
  • C++ 9.9%
  • Roff 9.2%
  • Other 4.7%