Giter VIP home page Giter VIP logo

gl-inet / lede-17.01 Goto Github PK

View Code? Open in Web Editor NEW
28.0 9.0 16.0 139.71 MB

Cloning from https://git.lede-project.org/?p=source.git;a=summary and adding patches for GL's new devices to lede-17.01.

License: GNU General Public License v2.0

Makefile 15.52% Awk 0.02% Shell 7.03% C 62.95% Assembly 0.39% C++ 5.98% M4 1.24% CMake 0.01% Perl 2.15% Lex 0.07% Yacc 0.13% Python 0.17% Roff 4.34% Objective-C 0.01%

lede-17.01's Introduction

Overview

This repo forks from LEDE Source Repository, adding patches for
buildroot、kernel and GL-iNet's new devices to lede-17.01.

Prerequisites

To build your own firmware you need to have access to a Linux, BSD or
MacOSX system (case-sensitive filesystem required). Cygwin will not be
supported because of the lack of case sensitiveness in the file system.
Ubuntu is usually recommended. Examples of package installations:

$ sudo apt-get update
$ sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev gawk gcc-multilib flex git-core gettext libssl-dev

Download Sources

$ git clone https://github.com/gl-inet/lede-17.01 && cd lede-17.01
$ ./scripts/feeds update -a
$ ./scripts/feeds install -a
$ ./scripts/feeds install -p gli_pub -a -f -o >/dev/null 2>&1

Make Image

Build Quick Image

Use "make menuconfig" to configure your image.

Simply running "make" will build your firmware. It will download all sources,
build the cross-compile toolchain, the kernel and all choosen applications.

Note that if you have all the source already, just put them in your lede-17.01/dl
folder and you save time to download resource.

lede-17.01's People

Contributors

acinonyx avatar acoul avatar blogic avatar claudyus avatar commodo avatar dangowrt avatar dedeckeh avatar diizzyy avatar embeem avatar ffainelli avatar hauke avatar jow- avatar juhosg avatar kaloz avatar kanjimonster avatar larsclausen avatar ldir-edb0 avatar lperkov avatar mkresin avatar nbd168 avatar neocturne avatar noltari avatar pepe2k avatar pnd10 avatar rmilecki avatar rwhitby avatar stintel avatar teknoraver avatar wigyori avatar yousong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lede-17.01's Issues

On Ubuntu build i get:

gli-net/lede-17.01# make
make[1] world
make[2] target/compile
make[3] -C target/linux compile
make[2] package/cleanup
make[2] package/compile
make[3] -C package/libs/toolchain compile
make[3] -C package/libs/libnl-tiny compile
make[3] -C package/libs/libjson-c compile
make[3] -C package/utils/lua compile
make[3] -C package/libs/libubox compile
make[3] -C package/system/ubus compile
make[3] -C package/system/uci compile
make[3] -C package/network/config/netifd compile
make[3] -C package/system/ubox compile
make[3] -C package/libs/ncurses host-compile
make[3] -C package/libs/ncurses compile
make[3] -C package/utils/util-linux compile
make[3] -C package/libs/lzo compile
make[3] -C package/libs/zlib compile
make[3] -C package/utils/mtd-utils compile
make[3] -C package/system/fstools compile
make[3] -C package/system/fwtool host-compile
make[3] -C package/system/fwtool compile
make[3] -C package/system/procd compile
make[3] -C package/system/usign host-compile
make[3] -C package/utils/jsonfilter compile
make[3] -C package/system/lede-keyring compile
make[3] -C package/system/usign compile
make[3] -C package/base-files compile
make[3] -C package/boot/uboot-envtools compile
make[3] -C package/libs/openssl compile
make[3] -C feeds/gli_pub/lighttpd compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/opt/xxx/src/gli-net/lede-17.01/include/toplevel.mk:198: recipe for target 'world' failed

The Error is the dependency to libpcre:

configure: error: pcre-config not found, install the pcre-devel package or build with --without-pcre
Makefile:151: recipe for target '/opt/xxx/src/gli-net/lede-17.01/build_dir/target-mips_24kc_musl-1.1.16/lighttpd-1.4.37/.configured_yyyyyyyy' failed

Can this be fixed?

Cannot build for ar750 due to missing include

make[6]: Entering directory '/home/piotr/src/lede-17.01/build_dir/host/e2fsprogs-1.43.3/e2fsck'                                                                          
        LD e2fsck                                                                                                                                                        
../lib/libext2fs.a(ismounted.o): In function `check_mntent_file':                                                                                                        
ismounted.c:(.text+0x19d): undefined reference to `major'                                                                                                                
../lib/libblkid.a(devname.o): In function `probe_all':                                                                                                                   
devname.c:(.text+0x8dd): undefined reference to `makedev'                                                                                                                
devname.c:(.text+0xc16): undefined reference to `makedev'                                                                                                                
devname.c:(.text+0xcd0): undefined reference to `makedev'                                                                                                                
collect2: error: ld returned 1 exit status                                                                                                                               
make[6]: *** [Makefile:425: e2fsck] Error 1                                                                                                                              
make[6]: Leaving directory '/home/piotr/src/lede-17.01/build_dir/host/e2fsprogs-1.43.3/e2fsck'                                                                           
make[5]: *** [Makefile:404: all-progs-recursive] Error 1                                                                                                                 
make[5]: Leaving directory '/home/piotr/src/lede-17.01/build_dir/host/e2fsprogs-1.43.3'                                                                                  
make[4]: *** [Makefile:340: all] Error 2                                                                                                                                 
make[4]: Leaving directory '/home/piotr/src/lede-17.01/build_dir/host/e2fsprogs-1.43.3'                                                                                  
make[3]: *** [Makefile:50: /home/piotr/src/lede-17.01/build_dir/host/e2fsprogs-1.43.3/.built] Error 2                                                                    
make[3]: Leaving directory '/home/piotr/src/lede-17.01/tools/e2fsprogs'                                                                                                  
make[2]: *** [tools/Makefile:148: tools/e2fsprogs/compile] Error 2                                                                                                       
make[2]: Leaving directory '/home/piotr/src/lede-17.01'                                                                                                                  
make[1]: *** [tools/Makefile:145: /home/piotr/src/lede-17.01/staging_dir/target-mips_24kc_musl-1.1.16/stamp/.tools_install_yynyyyyynyyyyynyynnyyyyyyyyyyyyyyyyyyyynyynynyyyynnny] Error 2                                                                                                                                                          
make[1]: Leaving directory '/home/piotr/src/lede-17.01'                                                                                                                  
make: *** [/home/piotr/src/lede-17.01/include/toplevel.mk:200: world] Error 2

As in https://forum.lede-project.org/t/building-last-17-01-on-w8970/6405

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.