Skip to content

saimonn/freetz-ng

 
 

Repository files navigation

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/).

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 62.8%
  • Makefile 30.4%
  • C 4.3%
  • Perl 1.2%
  • CSS 0.7%
  • Python 0.3%
  • Other 0.3%