Git Product home page Git Product logo

manfred-mueller / 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 81.18 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

Shell 58.87% Python 0.24% Perl 1.06% C 3.77% Java 0.01% Assembly 0.10% Awk 0.05% CSS 0.60% Makefile 32.27% HTML 0.12% Vim Script 0.02% sed 0.01% Roff 2.89%

freetz-ng's Introduction

Welcome to Freetz-NG

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

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

Basic infos:

  • A web interface will be started on port :81, credentials: admin/freetz
  • Default credentials for shell/ssh/telnet access are: root/freetz
  • For more see: freetz-ng.github.io

Requirements:

  • You need an up to date Linux System with some prerequisites.
  • Or download a ready-to-use VM like Gismotro's Freetz-Linux (user & pass: freetz).
  • There are also Docker images available like pfichtner-freetz (README).
  • 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

Install prerequisites:

  cd ~/freetz-ng
  tools/prerequisites install # -y

Build firmware:

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

Flash firmware:

  cd ~/freetz-ng
  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

Documentation:

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

freetz-ng's People

Contributors

fda77 avatar er13 avatar olistudent avatar lfalkenhain avatar buehmann avatar markuschen avatar ralf-friedl avatar flosch-dev avatar mcnetic avatar f-666 avatar pfichtner avatar harryboo avatar mhei avatar forenuser avatar peterpawn avatar dependabot[bot] avatar wilec avatar j0ju avatar cawidtu avatar prinzvonbillair avatar kriegaex avatar manfred-mueller avatar leo-022 avatar jpsollie avatar berndy2001 avatar e6e7e8 avatar telsch avatar leggewie avatar mrtnmtth avatar feedzapper 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.