GithubHelp home page GithubHelp logo

phannratha / freetz-ng Goto Github PK

View Code? Open in Web Editor NEW

This project forked from freetz-ng/freetz-ng

0.0 0.0 0.0 72.34 MB

Freetz-NG firmware modification for ​AVM devices like FRITZ!Box

Home Page: https://freetz-ng.github.io/

License: GNU General Public License v2.0

Makefile 30.97% Shell 62.33% Python 0.27% sed 0.01% HTML 0.13% C 4.22% CSS 0.67% Java 0.01% Perl 1.19% Vim Script 0.02% Awk 0.05% Assembly 0.11%

freetz-ng's Introduction

Welcome to Freetz-NG

 _____              _            _   _  ____
|  ___| __ ___  ___| |_ ____    | \ | |/ ___|
| |_ | '__/ _ \/ _ \ __|_  /____|  \| | |  _
|  _|| | |  __/  __/ |_ / /_____| |\  | |_| |
|_|  |_|  \___|\___|\__/___|    |_| \_|\____|

Freetz-NG is a fork of Freetz. More features - less bugs!

Requirements:

  • You need an up to date Linux System with some prerequisites.
  • Or download a ready-to-use VM like Gismotro's Freetz-Linux.
  • Your linux user needs to have set umask 0022 before checkout and during make.

Clone the main branch:

  git clone https://github.com/Freetz-NG/freetz-ng ~/freetz-ng

Or clone a single tag:

  git clone https://github.com/Freetz-NG/freetz-ng ~/freetz-ng --single-branch --branch TAGNAME

Build firmware:

  cd ~/freetz-ng
  make menuconfig
  make
  # make help

Flash firmware:

  # make push-firmware
  tools/push_firmware -h

Show GIT states:

  git status
  git diff --no-prefix # --cached # > file.patch
  git log --graph # --oneline

Delete local changes:

  git checkout master ; git fetch --all --prune ; git reset --hard origin/HEAD ; git clean -fd

Update GIT:

  git pull

Checkout old revision:

  git checkout HASH-OF-COMMIT # -b NEW-BRANCH

Checkout another branch:

  git checkout EXISTING-BRANCH

Mirrors:

  git clone https://gitlab.com/Freetz-NG/freetz-ng ~/freetz-ng
  git clone https://bitbucket.org/Freetz-NG/freetz-ng ~/freetz-ng
  svn co https://svn.boxmatrix.info/freetz-ng/trunk ~/freetz-ng

Documentation:

See https://freetz-ng.github.io/ (or docs/).

freetz-ng's People

Contributors

er13 avatar fda77 avatar olistudent avatar lfalkenhain avatar buehmann avatar markuschen avatar ralf-friedl avatar mcnetic avatar flosch-dev avatar forenuser avatar mhei avatar j0ju avatar peterpawn avatar kriegaex avatar cawidtu avatar feedzapper avatar f-666 avatar telsch avatar wilec avatar sfritz2 avatar mrtnmtth avatar berndy2001 avatar jbruechert avatar cybermaus avatar thiloms avatar martinkoehler avatar leo-022 avatar idealist1508 avatar horle avatar harryboo 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.